diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-01-05 00:19:50 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-01-05 00:19:50 +0100 |
| commit | 542b8eed6d970ebf5fdc05964268ffb48e868069 (patch) | |
| tree | e9f716ed7542df3a81f27c376d4ea4a8735f5f37 /2020/src/day05.cpp | |
| parent | b3bcb56b9ff48b78c7e1b5d6e9c38df44df7a049 (diff) | |
| download | advent-of-code-542b8eed6d970ebf5fdc05964268ffb48e868069.tar.gz advent-of-code-542b8eed6d970ebf5fdc05964268ffb48e868069.tar.bz2 advent-of-code-542b8eed6d970ebf5fdc05964268ffb48e868069.zip | |
cleanup
Diffstat (limited to '2020/src/day05.cpp')
| -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 |
