3 lines
38 B
Text
3 lines
38 B
Text
|
|
a, b = io.read("*n", "*n")
|
||
|
|
print(a+b)
|