index
:
advent-of-code
main
advent of code
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
2018
/
day2
/
aoc.h
blob: c25219c1caccf4137c33bb794d7ee50391561f50 (
plain
)
1
2
3
4
5
6
7
8
#pragma once
#include
"common.h"
namespace
aoc2018
{
int
day2
(
line_view
,
char
[]);
}