CodeRunBox
# Hello, World! The start of every coder's journey. def main(): print("Hello, World!") if __name__ == "__main__": main()