WIP lakectf

This commit is contained in:
2025-11-28 23:48:04 +01:00
parent 9144e50e85
commit 40216d6dde
62 changed files with 13330 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
def main():
print("Hello from drum-machine!")
if __name__ == "__main__":
main()