static void Main(string[] args) { var labyrinth = new Labyrinth(SeedLabyrinth()); labyrinth.CalculateDistance(); labyrinth.PrintResult(); }