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