Use recursive to make Maze using C++
Don’t use nodes or vectors. Has to be recursive. Nothing too advanced. Use of enums, structs and arrays.