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