From fcf96ed91c610d59f736c1afae4e1ab4eb3044e2 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 6 Nov 2013 19:27:20 -0500 Subject: [PATCH 1/2] test --- exercises-hello/hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises-hello/hello.py b/exercises-hello/hello.py index 142f68d..9636f59 100644 --- a/exercises-hello/hello.py +++ b/exercises-hello/hello.py @@ -8,4 +8,4 @@ # Run ./test.sh to make sure your program matches our expected output. # # TODO: write your code below - +print "hello world" From b277961d85a9c4de2ebe24cc4ab375bd4d999954 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 6 Nov 2013 19:28:45 -0500 Subject: [PATCH 2/2] script --- exercises-hello/script.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 exercises-hello/script.py diff --git a/exercises-hello/script.py b/exercises-hello/script.py new file mode 100755 index 0000000..f88d80d --- /dev/null +++ b/exercises-hello/script.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python +print "this is a python script!"