RosettaCodeData/Task/A+B/Lua/a+b.lua

3 lines
47 B
Lua

a,b = io.read("*number", "*number")
print(a+b)