From 9714c5cde2cda22f00a942307b243e4825ef168a Mon Sep 17 00:00:00 2001 From: Ryan Densmore Date: Fri, 20 Dec 2024 00:37:02 -0500 Subject: [PATCH] initial test --- main.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..c91a228 --- /dev/null +++ b/main.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 + +print("hello world!")