Sha256: 9c1342327fc6f0104bbab65ef6d57112a2ef45fb2874a33c00922b6a53363d7a
Contents?: true
Size: 262 Bytes
Versions: 41
Compression:
Stored size: 262 Bytes
Contents
#!/usr/bin/env python # Copyright (c) 2009 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import sys f = open(sys.argv[1], 'wb') f.write('Hello from emit.py\n') f.close()
Version data entries
41 entries across 41 versions & 6 rubygems