corrected input in part 1

This commit is contained in:
Stedd 2024-12-01 15:00:25 +01:00
parent b6a7ce896a
commit 7955a35fc2
1 changed files with 1 additions and 2 deletions

View File

@ -79,8 +79,7 @@ void day01::Part1()
std::vector<int> col2; std::vector<int> col2;
int sum = 0; int sum = 0;
// std::ifstream input("input/day01.txt"); std::ifstream input("input/day01.txt");
std::ifstream input("input/day01short.txt");
if (!input) if (!input)
{ {