aboutsummaryrefslogtreecommitdiff
path: root/2024/template.cpp
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-08 07:49:46 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-08 07:49:46 +0100
commita299e1723f0a700a892720badab2e06a202d1eda (patch)
tree474675a9361b5c7ee805d60972f140fb81380366 /2024/template.cpp
parentb3231ba7503f551f09b588355dd9f8145282709c (diff)
downloadaoc-a299e1723f0a700a892720badab2e06a202d1eda.tar.gz
aoc-a299e1723f0a700a892720badab2e06a202d1eda.zip
Day 8 2024
Diffstat (limited to '2024/template.cpp')
-rw-r--r--2024/template.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/2024/template.cpp b/2024/template.cpp
index 7508a23..b2fd4ec 100644
--- a/2024/template.cpp
+++ b/2024/template.cpp
@@ -1,5 +1,7 @@
1#include <algorithm> 1#include <algorithm>
2#include <iostream> 2#include <iostream>
3#include <map>
4#include <set>
3#include <sstream> 5#include <sstream>
4#include <string> 6#include <string>
5#include <string_view> 7#include <string_view>

Generated with cgit - Back to sebastiano.tronto.net