index
:
advent-of-code
master
Solutions to Advent of Code
Thomas Voss
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
2020
/
05
/
puzzle-1.awk
blob: 831c127d16c0e9d23a8b4e51b152c7db8469281c (
plain
) (
blame
)
1
2
$
0
>
max
{
max
=
$
0
}
END
{
print
max
}