2024: d25: ex2: add solution

This commit is contained in:
Bruno BELANYI 2024-12-25 00:16:03 -05:00
parent 745523bc10
commit 67a63a4d4d

9
2024/d25/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()