From 5f80702530cba78f436be59d6fe8f98a5c685143 Mon Sep 17 00:00:00 2001 From: Josha Prior Date: Sat, 8 Oct 2022 09:11:16 +0000 Subject: [PATCH] add: python program --- main.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..97b6fa1 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print('server goes brrr') \ No newline at end of file