From d1771b3d6463a47c61ee5a8282f28933f060208e Mon Sep 17 00:00:00 2001 From: PlatyPuspus <23h46.shovin@sjec.ac.in> Date: Sun, 1 Feb 2026 00:24:48 +0530 Subject: [PATCH] Initial Hello World --- hallo.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hallo.py diff --git a/hallo.py b/hallo.py new file mode 100644 index 0000000..c977b63 --- /dev/null +++ b/hallo.py @@ -0,0 +1 @@ +print("Hella world!") \ No newline at end of file