aboutsummaryrefslogtreecommitdiff
path: root/2024/template.cpp
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-14 08:38:52 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-14 08:38:52 +0100
commitd9fbaa155185220ee141f75d764890983ef35ca2 (patch)
tree2e064165151919f19d16b6fa61af96946461df8e /2024/template.cpp
parentec95deb6f565d7994876932834489e7a22e19e11 (diff)
downloadaoc-d9fbaa155185220ee141f75d764890983ef35ca2.tar.gz
aoc-d9fbaa155185220ee141f75d764890983ef35ca2.zip
Day 14 2024 (I did not like this one)
Diffstat (limited to '2024/template.cpp')
-rw-r--r--2024/template.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/2024/template.cpp b/2024/template.cpp
index 2475ae7..e3fadb3 100644
--- a/2024/template.cpp
+++ b/2024/template.cpp
@@ -1,4 +1,5 @@
1#include <algorithm> 1#include <algorithm>
2#include <cstdint>
2#include <iostream> 3#include <iostream>
3#include <map> 4#include <map>
4#include <ranges> 5#include <ranges>

Generated with cgit - Back to sebastiano.tronto.net