From b837f144611e5735010310b415b2ed8a97374e9c Mon Sep 17 00:00:00 2001 From: Neill Cox Date: Sat, 1 Mar 2025 15:39:25 +1100 Subject: [PATCH] Is it faster the second time? --- helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..f301245 --- /dev/null +++ b/helloworld.py @@ -0,0 +1 @@ +print("Hello World!")