mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 05:10:32 +01:00
Prepare all days skeletons.
This commit is contained in:
10
2019/src/day04.cpp
Normal file
10
2019/src/day04.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <iostream>
|
||||
#include "days.hpp"
|
||||
|
||||
void aoc2019::day04_part1(std::istream &input, std::ostream &output) {
|
||||
output << "Not implemented\n";
|
||||
}
|
||||
|
||||
void aoc2019::day04_part2(std::istream &input, std::ostream &output) {
|
||||
output << "Not implemented\n";
|
||||
}
|
||||
Reference in New Issue
Block a user