RosettaCodeData/Task/A+B/Lua/a+b.lua
2013-04-10 14:58:50 -07:00

2 lines
47 B
Lua

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