From f0c704daad1c3e83a39cd2b4ad27dbe4f2a12b7c Mon Sep 17 00:00:00 2001 From: tatertot365 Date: Wed, 21 Sep 2022 14:48:18 -0600 Subject: [PATCH] hello world --- team_folder/hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 team_folder/hello.py diff --git a/team_folder/hello.py b/team_folder/hello.py new file mode 100644 index 0000000..6d95fe9 --- /dev/null +++ b/team_folder/hello.py @@ -0,0 +1 @@ +print("Hello world") \ No newline at end of file