2021: d25: ex2: add solution
This commit is contained in:
parent
a6560adc6a
commit
6a6552f6fc
9
2021/d25/ex2/ex2.py
Executable file
9
2021/d25/ex2/ex2.py
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
|
||||||
|
def main() -> None:
|
||||||
|
print("There is no part two...")
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
Loading…
Reference in a new issue