From c2107d79734e373b61137263e59dbf12420b1789 Mon Sep 17 00:00:00 2001 From: latenightz Date: Thu, 29 Apr 2021 15:19:49 +0000 Subject: [PATCH] Add 'hello.py' --- hello.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello.py 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