initial checkin

This commit is contained in:
Guido van Rossum 1994-10-08 19:30:50 +00:00
parent 3dc44aba71
commit 705d517e3f
9 changed files with 781 additions and 0 deletions

1
Tools/freeze/hello.py Normal file
View file

@ -0,0 +1 @@
print 'Hello world...'