From c49f257e2a8161503567ba3a86a79d4a0612aa8d Mon Sep 17 00:00:00 2001 From: smiling-demon Date: Tue, 27 Sep 2022 17:22:48 +0300 Subject: [PATCH] add python program --- printer.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 printer.py diff --git a/printer.py b/printer.py new file mode 100644 index 0000000..f1a1813 --- /dev/null +++ b/printer.py @@ -0,0 +1 @@ +print("Hello world!") -- 2.36.2