aboutsummaryrefslogtreecommitdiff
path: root/2024/template.cpp
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-03 07:56:46 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-03 07:56:46 +0100
commit4aebede600c180b51d0b6ded0e42ec8a4223283e (patch)
tree09547476e925ec7e298888d5df9c4d21c80d2f95 /2024/template.cpp
parent5a23d15ff9bb69d9e9b52e543596e75af3b090f9 (diff)
downloadaoc-4aebede600c180b51d0b6ded0e42ec8a4223283e.tar.gz
aoc-4aebede600c180b51d0b6ded0e42ec8a4223283e.zip
Added day 3 (bleah)
Diffstat (limited to '2024/template.cpp')
-rw-r--r--2024/template.cpp5
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>
4using namespace std; 7using namespace std;
5 8
6int main() { 9int main() {

Generated with cgit - Back to sebastiano.tronto.net