RosettaCodeData/Task/A+B/Argile/a+b-1.argile
2013-04-10 14:58:50 -07:00

4 lines
118 B
Text

(: Standard input-output streams :)
use std, array
Cfunc scanf "%d%d" (&val int a) (&val int b)
printf "%d\n" (a + b)