From 638dadaf6303b0d73e96f951cb7c8178e2a73846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9?= Date: Fri, 13 Sep 2019 15:21:07 +0300 Subject: [PATCH 1/2] create 123 --- 123.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 123.py diff --git a/123.py b/123.py new file mode 100644 index 0000000..75d9766 --- /dev/null +++ b/123.py @@ -0,0 +1 @@ +print('hello world') From 1cd58a7b35dda76fcf1d9bd5e9b93e75a9847295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9?= Date: Fri, 13 Sep 2019 15:21:51 +0300 Subject: [PATCH 2/2] change h to H --- 123.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/123.py b/123.py index 75d9766..f7d1785 100644 --- a/123.py +++ b/123.py @@ -1 +1 @@ -print('hello world') +print('Hello world')