From 910bfdb2caf75760224680bef8db95eaff9cceb8 Mon Sep 17 00:00:00 2001 From: Vykinta Cybaite Date: Mon, 4 Nov 2024 19:10:42 +0100 Subject: [PATCH] Hello, World --- 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..4648e70 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello, World!") \ No newline at end of file