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