From 9877384d253f88bf4c709a1abb33843fa2c1534e Mon Sep 17 00:00:00 2001 From: larry Date: Fri, 3 Jul 2020 09:27:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=AD=E5=BB=BA=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ helloword.py | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 helloword.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..afa5835 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +### IntelliJ IDEA ### +.idea +*.iws +*.ip diff --git a/helloword.py b/helloword.py new file mode 100644 index 0000000..78af1d0 --- /dev/null +++ b/helloword.py @@ -0,0 +1,2 @@ + +print("hello word !")