This website requires JavaScript.
Explore
Help
Sign In
setop
/
aoc2022
Watch
1
Star
0
Fork
You've already forked aoc2022
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6a9d3da725
aoc2022
/
d04
/
part2.awk
4 lines
74 B
Awk
Raw
Blame
History
# awk -F ',|-' -f part2.awk input
$
3
>
$
2
||
$
1
>
$
4
{
n
++
}
END
{
print
NR
-
n
}
Reference in New Issue
View Git Blame
Copy Permalink