2025: d12: ex2: add solution

This commit is contained in:
Bruno BELANYI 2025-12-12 12:23:25 +00:00
parent b63a52a771
commit 83142e2941

9
2025/d12/ex2/ex2.py Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env python
def main() -> None:
print("There is no part two...")
if __name__ == "__main__":
main()