[pypy-svn] rev 573 - pypy/trunk/src/goals

mwh at codespeak.net mwh at codespeak.net
Tue May 27 16:26:26 CEST 2003


Author: mwh
Date: Tue May 27 16:26:26 2003
New Revision: 573

Added:
   pypy/trunk/src/goals/
   pypy/trunk/src/goals/hello_world.py
Log:
add first, completed, goal


Added: pypy/trunk/src/goals/hello_world.py
==============================================================================
--- (empty file)
+++ pypy/trunk/src/goals/hello_world.py	Tue May 27 16:26:26 2003
@@ -0,0 +1,2 @@
+aStr = 'hello world'
+print len(aStr)


More information about the Pypy-commit mailing list