index
:
advent-of-code
main
advent of code
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
2015
/
day24
/
aoc.h
blob: 69d67e4423d492c688c32de6bdb6c0db1293c400 (
plain
)
1
2
3
4
5
#include
"common.h"
namespace
aoc2015
{
std
::
pair
<
int
,
int
>
day24
(
line_view
);
}