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