Browse Source

Converted absolute path into relative path

pull/1/head
Kenneth Bruen 3 years ago
parent
commit
dd28a603f5
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 2
      Program.cs

2
Program.cs

@ -1,6 +1,6 @@
using IdaStar; using IdaStar;
string[] labyrinthIN = System.IO.File.ReadAllLines(@"C:\UNI\AI\IDAstar\labyrinth.txt"); string[] labyrinthIN = System.IO.File.ReadAllLines(@"./labyrinth.txt");
System.Console.WriteLine("The input labyrinth: "); System.Console.WriteLine("The input labyrinth: ");

Loading…
Cancel
Save