From 93f8a57dac1fc9516fd681dbdad4640afe8db9fa Mon Sep 17 00:00:00 2001 From: gasper Date: Mon, 20 Oct 2025 21:59:50 +0200 Subject: [PATCH] Se en hello world --- hello_world.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello_world.py b/hello_world.py index 4648e70..a114e55 100644 --- a/hello_world.py +++ b/hello_world.py @@ -1 +1,3 @@ +print("Hello, World!") + print("Hello, World!") \ No newline at end of file