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

2 lines
47 B
Lua

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