6 lines
69 B
Python
6 lines
69 B
Python
def main() -> None:
|
|
<++>
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|