Skip to content

Commit

Permalink
header files
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Dec 17, 2023
1 parent 2fd77d2 commit 19a7a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/day4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <string>
#include <utility>
#include <vector>
#include <cmath>

int part1(const std::vector<std::pair<std::vector<int>, std::vector<int>>> &data) {
int sum = 0;
Expand Down
1 change: 1 addition & 0 deletions src/day6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <iostream>
#include <string>
#include <vector>
#include <cmath>

struct Data {
std::vector<int> times;
Expand Down

0 comments on commit 19a7a91

Please sign in to comment.