From 970e453ec1f2b68ebc877501055fee331ef331a9 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sat, 23 Dec 2023 00:56:59 -0700 Subject: [PATCH] Add wowitsafile.py --- wowitsafile.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 wowitsafile.py diff --git a/wowitsafile.py b/wowitsafile.py new file mode 100644 index 0000000..165987f --- /dev/null +++ b/wowitsafile.py @@ -0,0 +1,2 @@ +if __name__ == "__main__": + print("hello world") \ No newline at end of file