RosettaCodeData/Task/A+B/Argile/a+b-1.argile
2023-07-01 13:44:08 -04: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)