diff --git a/python/helloworld.py b/python/helloworld.py index 1dc45ac..4630db5 100644 --- a/python/helloworld.py +++ b/python/helloworld.py @@ -1 +1,2 @@ +#runs successfully print("Hello World!") \ No newline at end of file diff --git a/python/test.sh b/python/test.sh new file mode 100755 index 0000000..d1af4e6 --- /dev/null +++ b/python/test.sh @@ -0,0 +1,2 @@ +#!/bin/bash +python helloworld.py