From 1b14b1be3f6b0e252b8bc59e966e43d138b48488 Mon Sep 17 00:00:00 2001 From: Polozhiev Date: Sun, 18 Dec 2022 01:34:56 +0300 Subject: [PATCH] bug fix --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index ae2c62a..e75154b 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print("hello wolrd") \ No newline at end of file +print("hello world") \ No newline at end of file