diff --git a/hello/helloworld.py b/hello/helloworld.py new file mode 100644 index 000000000..f1a18139c --- /dev/null +++ b/hello/helloworld.py @@ -0,0 +1 @@ +print("Hello world!")