diff --git a/2017/day-01/.gitignore b/2017/day-01/.gitignore new file mode 100644 index 0000000..a4bd26d --- /dev/null +++ b/2017/day-01/.gitignore @@ -0,0 +1 @@ +solution diff --git a/2017/day-01/Makefile b/2017/day-01/Makefile new file mode 100644 index 0000000..41ffd46 --- /dev/null +++ b/2017/day-01/Makefile @@ -0,0 +1,3 @@ +CXXFLAGS=-Wall -Wextra -pedantic -O3 -std=c++14 + +all: solution