Sha256: 22db88410da64a9623c50c4ac8c8cdc5f6fc1cd9c3b247fd104ed22f5e2b0a6a
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 bare.py\n') f.close()
Version data entries
41 entries across 41 versions & 6 rubygems