lama_byterun/regression/test001.expr
2019-09-19 00:15:02 +03:00

5 lines
57 B
Text

local x, y, z;
read (x);
read (y);
z := x*y*3;
write (z)