diff --git a/hello.py2.py b/hello.py2.py new file mode 100644 index 0000000..8a42a7e --- /dev/null +++ b/hello.py2.py @@ -0,0 +1,3 @@ +# python 2.x +# hello, world +print "hello, world"