diff --git a/python/helloworld.py b/python/helloworld.py new file mode 100644 index 0000000..1dc45ac --- /dev/null +++ b/python/helloworld.py @@ -0,0 +1 @@ +print("Hello World!") \ No newline at end of file