diff --git a/helloword.py b/helloword.py new file mode 100644 index 00000000..34361220 --- /dev/null +++ b/helloword.py @@ -0,0 +1,4 @@ +#! /usr/bin/python3 +print("Hello Word") +print("Hello OSS Development") +print("Hello CTU - CICT")