commit cc1ea3088d8e2f6661842f6e2e716df808c7fb3b Author: banggae Date: Mon Jun 1 22:34:20 2026 +0900 first commit diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..665c637 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("hello world!")