1
0
Fork 0

6 lines
58 B

{ s = 0
for (i=1; i <= NF; s += $(i++))
;
print s
}