From ef3bfd9be8cf8df8c2aa492e7d48a3ac1dfe2bfd Mon Sep 17 00:00:00 2001 From: Darmawan Abinugroho <56748343+darmawanabi@users.noreply.github.com> Date: Mon, 28 Oct 2019 09:26:18 +0700 Subject: [PATCH] Create hello.py --- darmawanabi/hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 darmawanabi/hello.py diff --git a/darmawanabi/hello.py b/darmawanabi/hello.py new file mode 100644 index 0000000..5cf4baf --- /dev/null +++ b/darmawanabi/hello.py @@ -0,0 +1 @@ +print("Hello World!!!")