From 848d14f79028537627e9e47b8046c24237252127 Mon Sep 17 00:00:00 2001 From: Seth Samuel Date: Thu, 7 Nov 2024 19:10:43 +1300 Subject: [PATCH] first commit --- OutGaugeInterpreter.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 OutGaugeInterpreter.py diff --git a/OutGaugeInterpreter.py b/OutGaugeInterpreter.py new file mode 100644 index 0000000..df94cd9 --- /dev/null +++ b/OutGaugeInterpreter.py @@ -0,0 +1 @@ +print("hello World") \ No newline at end of file