diff --git a/main.py b/main.py new file mode 100644 index 0000000..0c8d131 --- /dev/null +++ b/main.py @@ -0,0 +1,7 @@ +# Test Project + +def hello(): + print("Hello, World\!") + +if __name__ == "__main__": + hello()