Initial commit.

This commit is contained in:
2026-03-06 09:49:23 +01:00
commit cea3cdad37
10 changed files with 666 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from connect-four!")
if __name__ == "__main__":
main()