first commit

This commit is contained in:
2026-07-23 17:52:03 +09:00
commit 66d7052684
11 changed files with 756 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from task1!")
if __name__ == "__main__":
main()