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