aboutsummaryrefslogtreecommitdiff
path: root/src/2018/day17/aoc.h
blob: 4b47b22ae2a6ec7e2e74b3f5e929632c774c06bb (plain)
1
2
3
4
5
6
7
#pragma once
#include "common.h"
#include <vector>

namespace aoc2018 {
std::pair<int64_t, int64_t> day17(line_view);
}