I am currently trying to assign characters from a .txt file into a 2D Char array. Once my code reaches the line:
maze[rows][columns] = data;