Skip to content

Commit d8cacd1

Browse files
Update main.cpp
1 parent 120f00d commit d8cacd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2022/Day17/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ void simulate(int start, long long end)
253253

254254
main()
255255
{
256-
string filename = "D:\\Users\\Kevin\\Desktop\\Repo\\Advent_of_code\\2022\\Day17\\input.txt";
256+
string filename = "input.txt";
257257
ifstream file(filename);
258258

259259
if (!file.is_open())

0 commit comments

Comments
 (0)