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

2 lines
46 B
Text

a,b = io.read '*number','*number'
print a + b