From 1580fc54f86ef4a1742c46e2fff43b6392f359f0 Mon Sep 17 00:00:00 2001 From: "mr.secret" <26296824+mister-secret@users.noreply.github.com> Date: Wed, 30 Oct 2019 22:13:19 +0900 Subject: [PATCH] Create helloworld.py --- HelloWorld/helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 HelloWorld/helloworld.py diff --git a/HelloWorld/helloworld.py b/HelloWorld/helloworld.py new file mode 100644 index 0000000..11b15b1 --- /dev/null +++ b/HelloWorld/helloworld.py @@ -0,0 +1 @@ +print("hello")