-
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/env awk
|
||||
|
||||
# Just pre-compute all possible results
|
||||
# and check against the sum
|
||||
|
||||
BEGIN {
|
||||
FS = "[: ]"
|
||||
total = 0
|
||||
|
Reference in New Issue
Block a user