lama_byterun/regression/test001.lama

4 lines
58 B
Text
Raw Normal View History

2019-09-29 02:47:07 +03:00
local x = read (), y = read (), z = x * y * 3;
write (z)