From ab1b3dc4be30a8cfeee7561b5de95c4d43caa925 Mon Sep 17 00:00:00 2001 From: Francisco Vertedor Date: Fri, 27 Mar 2026 06:01:38 +0000 Subject: [PATCH] Add 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..70530fd --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print ("Hello World! I'm Francisco.") \ No newline at end of file