aboutsummaryrefslogtreecommitdiff
path: root/src/2018
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-04-03 16:56:31 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-04-03 16:56:31 +0800
commite8daf4c16f0616868f6c719e52f054dc19692d3e (patch)
tree6e85fcb42f5f972a88f2540c0dea640222a9a2df /src/2018
parent1e7f58a8c34b916b1bb7cc1155cd25db8801e284 (diff)
downloadadvent-of-code-e8daf4c16f0616868f6c719e52f054dc19692d3e.tar.gz
advent-of-code-e8daf4c16f0616868f6c719e52f054dc19692d3e.zip
day1s
Diffstat (limited to 'src/2018')
-rw-r--r--src/2018/day1/README.md1
-rw-r--r--src/2018/day1/aoc.cpp3
-rw-r--r--src/2018/day1/aoc.h6
-rw-r--r--src/2018/day1/input1
4 files changed, 11 insertions, 0 deletions
diff --git a/src/2018/day1/README.md b/src/2018/day1/README.md
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/src/2018/day1/README.md
@@ -0,0 +1 @@
+
diff --git a/src/2018/day1/aoc.cpp b/src/2018/day1/aoc.cpp
new file mode 100644
index 0000000..1d092ff
--- /dev/null
+++ b/src/2018/day1/aoc.cpp
@@ -0,0 +1,3 @@
+#include "aoc.h"
+
+namespace aoc2018 {}
diff --git a/src/2018/day1/aoc.h b/src/2018/day1/aoc.h
new file mode 100644
index 0000000..4bfdbf3
--- /dev/null
+++ b/src/2018/day1/aoc.h
@@ -0,0 +1,6 @@
+#pragma once
+#include "common.h"
+
+namespace aoc2018 {
+
+}
diff --git a/src/2018/day1/input b/src/2018/day1/input
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/src/2018/day1/input
@@ -0,0 +1 @@
+