diff --git a/helloword.py b/helloword.py new file mode 100644 index 00000000..0bdc73ed --- /dev/null +++ b/helloword.py @@ -0,0 +1,3 @@ +#!/usr/bin/python3 +print(“Hello world”) +print(“Hello Git”)