From beac2e96a3e7d95927a397739e35ea295a8995ac Mon Sep 17 00:00:00 2001 From: lixifeng0926 <48723827+lixifeng0926@users.noreply.github.com> Date: Wed, 18 Sep 2019 10:17:02 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E5=A4=A9=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E6=8F=90=E4=BA=A4=E5=88=B0github?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1 --- exercises/1901100295/1001S02E01_helloworld.txt | 1 + exercises/1901100295/README.md | 0 2 files changed, 1 insertion(+) create mode 100644 exercises/1901100295/1001S02E01_helloworld.txt create mode 100644 exercises/1901100295/README.md diff --git a/exercises/1901100295/1001S02E01_helloworld.txt b/exercises/1901100295/1001S02E01_helloworld.txt new file mode 100644 index 000000000..a3da05974 --- /dev/null +++ b/exercises/1901100295/1001S02E01_helloworld.txt @@ -0,0 +1 @@ +第一天作业 diff --git a/exercises/1901100295/README.md b/exercises/1901100295/README.md new file mode 100644 index 000000000..e69de29bb From d3b0b03bc5c0c40fcfe27fa53120dc5d3f4dfbd6 Mon Sep 17 00:00:00 2001 From: lixifeng0926 <48723827+lixifeng0926@users.noreply.github.com> Date: Sat, 21 Sep 2019 00:06:57 +0800 Subject: [PATCH 2/2] Create 1001S02E02_hello_python.py --- exercises/1901100295/1001S02E02_hello_python.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 exercises/1901100295/1001S02E02_hello_python.py diff --git a/exercises/1901100295/1001S02E02_hello_python.py b/exercises/1901100295/1001S02E02_hello_python.py new file mode 100644 index 000000000..e75154b7c --- /dev/null +++ b/exercises/1901100295/1001S02E02_hello_python.py @@ -0,0 +1 @@ +print("hello world") \ No newline at end of file