From 98cec687c639ce4353e4d8e3e6b9ed53287b8b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20S=C3=A1nchez=20Rodr=C3=ADguez?= <125821428+guswill24@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:07:27 -0500 Subject: [PATCH] Create main.py --- main.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..b948e0c --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("Hola mundo")