From 9e4e1f9ba97375d2e066d8b40eb436657506b93a Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 20:21:30 +0200 Subject: [PATCH] Untested Python --- python/helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 python/helloworld.py diff --git a/python/helloworld.py b/python/helloworld.py new file mode 100644 index 0000000..1dc45ac --- /dev/null +++ b/python/helloworld.py @@ -0,0 +1 @@ +print("Hello World!") \ No newline at end of file