battledev/exo4.py

7 lines
61 B
Python
Raw Normal View History

2019-11-26 17:30:52 +01:00
def main():
pass
if __name__ == "__main__":
main()