Compare commits

..

No commits in common. "474213334ac42a4791bde2a099d263136d797997" and "28a75aaa9d8370b881da00fc55f716af20a2fde0" have entirely different histories.

View File

@ -1,7 +0,0 @@
def main() -> None:
"""Print 'Hello, World!' to standard output."""
print('Hello, World!')
if __name__ == '__main__':
main()