6 lines
205 B
Text
6 lines
205 B
Text
main(parms):+
|
|
?# lne =: file () give lines \ void is standard input
|
|
ab =: string lne split by many of #Whitespace
|
|
a =: string ab[1] as integer
|
|
b =: string ab[2] as integer
|
|
print a + b
|