Files
PolyCubeCounting/python/main.py
2024-02-06 15:26:33 +01:00

7 lines
61 B
Python

def main():
pass
if __name__ == "__main__":
main()