mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 21:30:31 +01:00
Restructure header files.
This should prevent the tests from being recompiled.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <iterator>
|
||||
#include <vector>
|
||||
#include <unordered_set>
|
||||
#include "solutions.hpp"
|
||||
#include "days.hpp"
|
||||
|
||||
// Currently an implementation of 2018 day 1
|
||||
void aoc2019::day01_part1(std::istream &input, std::ostream &output) {
|
||||
|
||||
Reference in New Issue
Block a user