RosettaCodeData/Task/A+B/TAV/a+b.tav
2025-08-11 18:05:26 -07:00

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