This commit is contained in:
2025-06-06 01:40:17 +02:00
parent d800de05fb
commit e887de976a
46 changed files with 2970 additions and 1523 deletions

View File

@@ -0,0 +1,6 @@
def main():
print("Hello from dist-infinite-connect-four!")
if __name__ == "__main__":
main()