advent-of-code/2022/day-01/extra/part1.nu

7 lines
95 B
Plaintext

source sums.nu
def main [path = "../inputs/puzzle.txt"] {
sums $path
| math max
}