From 17bce062d091f253cb697ed7e91810ceb1c9d911 Mon Sep 17 00:00:00 2001 From: freakoutbug <54635035+freakoutbug@users.noreply.github.com> Date: Tue, 17 Sep 2019 21:59:26 +0800 Subject: [PATCH 1/2] 1901100357-homework 1001S02E01_helloworld --- exercises/1901100357/1001S02E01_helloworld.txt | 1 + exercises/1901100357/README.md | 0 2 files changed, 1 insertion(+) create mode 100644 exercises/1901100357/1001S02E01_helloworld.txt create mode 100644 exercises/1901100357/README.md diff --git a/exercises/1901100357/1001S02E01_helloworld.txt b/exercises/1901100357/1001S02E01_helloworld.txt new file mode 100644 index 000000000..76a760a36 --- /dev/null +++ b/exercises/1901100357/1001S02E01_helloworld.txt @@ -0,0 +1 @@ +HOMEWORK 5.5 \ No newline at end of file diff --git a/exercises/1901100357/README.md b/exercises/1901100357/README.md new file mode 100644 index 000000000..e69de29bb From 2ffbfc399c35470b87e3309ef2aad32c0fe88982 Mon Sep 17 00:00:00 2001 From: freakoutbug <54635035+freakoutbug@users.noreply.github.com> Date: Wed, 18 Sep 2019 23:06:49 +0800 Subject: [PATCH 2/2] Create 1001S02E02_hello_python.py --- exercises/1901100357/1001S02E02_hello_python.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 exercises/1901100357/1001S02E02_hello_python.py diff --git a/exercises/1901100357/1001S02E02_hello_python.py b/exercises/1901100357/1001S02E02_hello_python.py new file mode 100644 index 000000000..599863043 --- /dev/null +++ b/exercises/1901100357/1001S02E02_hello_python.py @@ -0,0 +1 @@ +print ("Hello World!")