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

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