1 2 3 4 5 6
def main(): # test print("Hello, World!") if __name__ == "__main__": main()http://coderay.rubychan.de/rays/8954