From 4b2916775bcb7c5d9e1858b7cd84d1d2106ef307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kon=C4=8Dick=C3=BD?= Date: Tue, 4 May 2021 17:26:48 +0200 Subject: [PATCH] =?UTF-8?q?Python:=20Ahoj,=20sv=C4=9Bte!?= 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..ce18562 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Ahoj, světe!")