diff --git a/hello_world.py b/hello_world.py new file mode 100755 index 0000000..d6916ce --- /dev/null +++ b/hello_world.py @@ -0,0 +1,3 @@ +#! /usr/bin/env python + +print("Hello World!")