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: d19d47ab1ea62c8ce13b1825978121f06a21bc38 (
plain
)
1
2
3
4
5
#include
"common.h"
namespace
aoc2015
{
std
::
pair
<
int64_t
,
int
>
day24
(
line_view
);
}