I\'m trying to write a program that solves a specific inputted maze recursively and outputs it\'s position in the maze after each move.
Whenever I try and run my code,
When main is first called the runtime environment passes it arguments, so your default arguments aren't used. Rename the function and call it from main.
main