diff --git a/Module16/helloworld.py b/Module16/helloworld.py new file mode 100644 index 0000000..9ea5ec5 --- /dev/null +++ b/Module16/helloworld.py @@ -0,0 +1 @@ +print('Hi there!') \ No newline at end of file