.NET Core 3.0
Visual Studio 2019
After downloading code with a Visual Studio solution, please go to PathFollowingUI folder using command line
In a command line (and in a valid folder), type
dotnet run
To invoke unit tests using command line, please go to PathFollowingSolverTests folder using command line
In a command line (and in a valid folder), type
dotnet test
That's all Folks!