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

namespace aoc2017 {
std::pair<int64_t, int64_t> day23(line_view);
}