aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2024-01-05 00:19:50 +0100
committerThomas Schmucker <ts@its1.de>2024-01-05 00:19:50 +0100
commit542b8eed6d970ebf5fdc05964268ffb48e868069 (patch)
treee9f716ed7542df3a81f27c376d4ea4a8735f5f37
parentb3bcb56b9ff48b78c7e1b5d6e9c38df44df7a049 (diff)
downloadadvent-of-code-542b8eed6d970ebf5fdc05964268ffb48e868069.tar.gz
advent-of-code-542b8eed6d970ebf5fdc05964268ffb48e868069.tar.bz2
advent-of-code-542b8eed6d970ebf5fdc05964268ffb48e868069.zip
cleanup
-rw-r--r--2020/src/day05.cpp2
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>
8using namespace std; 8using namespace std;
9 9
10auto 10auto