diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..e0aa53a --- /dev/null +++ b/hello.py @@ -0,0 +1,2 @@ +# Hello world in Python +print("Hello, world!\n") \ No newline at end of file