Code Golf: Rotating Maze
问题 Locked . This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. Code Golf: Rotating Maze Make a program that takes in a file consisting of a maze. The maze has walls given by # . The maze must include a single ball, given by a o and any number of holes given by a @ . The maze file can either be entered via command line or read in as a line through standard input. Please specify