1
0
Fork 0
mirror of https://github.com/dancojocaru2000/ai-project-idastar.git synced 2025-02-22 16:39:35 +02:00

Converted absolute path into relative path

This commit is contained in:
Kenneth Bruen 2021-12-02 00:05:15 +02:00
parent 6e0bb36132
commit dd28a603f5
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

@ -1,6 +1,6 @@
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: ");