2023: d25: ex2: add solution

This commit is contained in:
Bruno BELANYI 2023-12-25 17:20:40 +01:00
parent c1ef85e59b
commit 67ef6227dc
1 changed files with 9 additions and 0 deletions

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