diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 00000000..18e8e1f1 --- /dev/null +++ b/helloworld.py @@ -0,0 +1,3 @@ +#!/usr/bin/python3 +print("hello world") +print("hello Git")