til/Development/Python/main.md

92 B

main

def main():
    print("Hello")

if __name__ == "__main__":
    main()