From 90d73aba12e4bb439baa7dfcf9053ec4218f2ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=80=BB=E9=95=BF?= Date: Sat, 1 Apr 2017 10:57:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..29e965f --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print 'Hello World!' \ No newline at end of file -- Gitee From 9ad5825b114abd57f19f98d5e780819ae76d3946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=80=BB=E9=95=BF?= Date: Sat, 1 Apr 2017 10:58:46 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20main.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 29e965f..ad218f2 100644 --- a/main.py +++ b/main.py @@ -1 +1 @@ -print 'Hello World!' \ No newline at end of file +print 'Happy April Fools Day!' \ No newline at end of file -- Gitee