from __future__ import annotations def main() -> int: print('Hello world') return 0