RosettaCodeData/Task/A+B/Moonscript/a+b.moon
2017-09-25 22:28:19 +02:00

2 lines
46 B
Text

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