stats for day 10

This commit is contained in:
sejo 2021-12-09 23:30:39 -06:00
parent 4e0a38990c
commit e64178d263
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ to run a program, e.g. `01.awk`:
awk -f 01.awk inputfile
```
if using gawk, you should be able to use compatibility/traditional mode (except for day 03, and 09_2)
if using gawk, you should be able to use compatibility/traditional mode (except for day 03, and 09)
```
awk -c -f 01.awk inputfile
@ -27,6 +27,7 @@ awk -c -f 01.awk inputfile
```
-------Part 1-------- -------Part 2--------
Day Time Rank Score Time Rank Score
10 00:19:04 4202 0 00:28:32 3347 0
9 00:12:52 2598 0 00:55:08 4504 0
8 00:06:26 580 0 01:02:03 2196 0
7 00:06:50 2657 0 00:12:29 2665 0