From 4c5cc7234e311eb14d248df4a55a696ab089bd9a Mon Sep 17 00:00:00 2001 From: "Guillermo.N" Date: Tue, 2 Apr 2024 05:37:04 +0200 Subject: [PATCH] Add cositas.py --- cositas.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cositas.py diff --git a/cositas.py b/cositas.py new file mode 100644 index 0000000..75fbfda --- /dev/null +++ b/cositas.py @@ -0,0 +1,6 @@ +def caluchi(): + return "Hello World" + + +if __name__ == '__main__': + caluchi() \ No newline at end of file