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