RosettaCodeData/Task/A+B/Yorick/a+b.yorick
2023-07-01 13:44:08 -04:00

3 lines
37 B
Text

a = b = 0;
read, a, b;
write, a + b;