diff options
Diffstat (limited to '2020')
| -rw-r--r-- | 2020/src/day05.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2020/src/day05.cpp b/2020/src/day05.cpp index 1f5b797..b05c060 100644 --- a/2020/src/day05.cpp +++ b/2020/src/day05.cpp | |||
| @@ -2,9 +2,9 @@ | |||
| 2 | #include <fstream> | 2 | #include <fstream> |
| 3 | #include <iostream> | 3 | #include <iostream> |
| 4 | #include <iterator> | 4 | #include <iterator> |
| 5 | #include <numeric> | ||
| 5 | #include <string> | 6 | #include <string> |
| 6 | #include <vector> | 7 | #include <vector> |
| 7 | #include <numeric> | ||
| 8 | using namespace std; | 8 | using namespace std; |
| 9 | 9 | ||
| 10 | auto | 10 | auto |
