commit 865902276f5f09692a0e57f3b760f377f656cacb Author: Matthew Ellison Date: Sat Dec 22 10:38:46 2018 -0500 Created hello world program diff --git a/HelloWorld.py b/HelloWorld.py new file mode 100644 index 0000000..5d802b5 --- /dev/null +++ b/HelloWorld.py @@ -0,0 +1,3 @@ +#This is a simple hello world program in python +#It just prints Hello World to the terminal +print("Hello World") \ No newline at end of file