aboutsummaryrefslogtreecommitdiff
path: root/src/2020/day1/aoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/2020/day1/aoc.cpp')
-rw-r--r--src/2020/day1/aoc.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/2020/day1/aoc.cpp b/src/2020/day1/aoc.cpp
new file mode 100644
index 0000000..a57fb7c
--- /dev/null
+++ b/src/2020/day1/aoc.cpp
@@ -0,0 +1,3 @@
+#include "aoc.h"
+
+namespace aoc2020 {}