diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-03 07:56:46 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-03 07:56:46 +0100 |
| commit | 4aebede600c180b51d0b6ded0e42ec8a4223283e (patch) | |
| tree | 09547476e925ec7e298888d5df9c4d21c80d2f95 /2024/template.cpp | |
| parent | 5a23d15ff9bb69d9e9b52e543596e75af3b090f9 (diff) | |
| download | aoc-4aebede600c180b51d0b6ded0e42ec8a4223283e.tar.gz aoc-4aebede600c180b51d0b6ded0e42ec8a4223283e.zip | |
Added day 3 (bleah)
Diffstat (limited to '2024/template.cpp')
| -rw-r--r-- | 2024/template.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/2024/template.cpp b/2024/template.cpp index 8428266..3707052 100644 --- a/2024/template.cpp +++ b/2024/template.cpp | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | #include <algorithm> | ||
| 1 | #include <iostream> | 2 | #include <iostream> |
| 3 | #include <sstream> | ||
| 4 | #include <string> | ||
| 5 | #include <string_view> | ||
| 2 | #include <vector> | 6 | #include <vector> |
| 3 | #include <algorithm> | ||
| 4 | using namespace std; | 7 | using namespace std; |
| 5 | 8 | ||
| 6 | int main() { | 9 | int main() { |
