mirror of
https://github.com/dancojocaru2000/ai-project-idastar.git
synced 2025-02-23 00:49:34 +02:00
Converted absolute path into relative path
This commit is contained in:
parent
6e0bb36132
commit
dd28a603f5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue