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

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