Skip to content

Commit

Permalink
solve(day 1): Historian hysteria part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-xero committed Dec 1, 2024
1 parent f7a69af commit 9b06409
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion 01/02.cpp → day-1/02.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main() {
getline(cin, filename);

// Read input and prepare vectors
ifstream inputFile("01/" + filename);
ifstream inputFile("day-1/" + filename);

if (!inputFile.is_open()) {
cerr << "Unable to read input file.\n";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9b06409

Please sign in to comment.