Sha256: ca0c6ecf96fc6801bbbfa497829fff1a344b2cdb53ad8345cb7ecfdeccefe386
Contents?: true
Size: 261 Bytes
Versions: 82
Compression:
Stored size: 261 Bytes
Contents
#!/usr/bin/env python # Copyright (c) 2011 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 World */\n') f.close()
Version data entries
82 entries across 41 versions & 6 rubygems