diff --git a/helloworld/helloworld.py b/helloworld/helloworld.py new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/helloworld/helloworld.py @@ -0,0 +1 @@ +print("Hello World")