aboutsummaryrefslogtreecommitdiff
path: root/src/2017
diff options
context:
space:
mode:
Diffstat (limited to 'src/2017')
-rw-r--r--src/2017/day1/README.md1
-rw-r--r--src/2017/day1/aoc.cpp3
-rw-r--r--src/2017/day1/aoc.h6
-rw-r--r--src/2017/day1/input1
4 files changed, 11 insertions, 0 deletions
diff --git a/src/2017/day1/README.md b/src/2017/day1/README.md
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/src/2017/day1/README.md
@@ -0,0 +1 @@
+
diff --git a/src/2017/day1/aoc.cpp b/src/2017/day1/aoc.cpp
new file mode 100644
index 0000000..9381e0c
--- /dev/null
+++ b/src/2017/day1/aoc.cpp
@@ -0,0 +1,3 @@
+#include "aoc.h"
+
+namespace aoc2017 {}
diff --git a/src/2017/day1/aoc.h b/src/2017/day1/aoc.h
new file mode 100644
index 0000000..7aacc4c
--- /dev/null
+++ b/src/2017/day1/aoc.h
@@ -0,0 +1,6 @@
+#pragma once
+#include "common.h"
+
+namespace aoc2017 {
+
+}
diff --git a/src/2017/day1/input b/src/2017/day1/input
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/src/2017/day1/input
@@ -0,0 +1 @@
+