This website requires JavaScript.
Explore
Help
Sign In
setop
/
aoc2021
Watch
1
Star
0
Fork
You've already forked aoc2021
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
eec238335b
aoc2021
/
d01
/
d01_1.awk
5 lines
67 B
Awk
Raw
Blame
History
NR
==
1
{
A
=
$
1
;
next
}
$
1
>
A
{
N
++
}
{
A
=
$
1
}
END
{
print
N
}
Reference in New Issue
View Git Blame
Copy Permalink