From 789444e87dd6ef07009d728b8f11943563ce7fe0 Mon Sep 17 00:00:00 2001 From: kartavec Date: Wed, 20 Jun 2018 19:06:54 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB?= =?UTF-8?q?=20hello=20world=20=D0=BD=D0=B0=20=D0=BF=D0=B8=D1=82=D0=BE?= =?UTF-8?q?=D0=BD=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..442659b --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello world!") \ No newline at end of file From 8b459e77bd6107f878127a555bf86856266eec25 Mon Sep 17 00:00:00 2001 From: kartavec Date: Wed, 20 Jun 2018 19:14:06 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=B5=D0=BB?= =?UTF-8?q?=20=D0=BD=D0=B0=20=D1=80=D1=83=D1=81=D1=81=D0=BA=D0=B8=D0=B9=20?= =?UTF-8?q?=D1=8F=D0=B7=D1=8B=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 442659b..6527402 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print("Hello world!") \ No newline at end of file +print("Привет мир") \ No newline at end of file