8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
|
|
contract MultiplicationServer =
|
|
|
|
function multiply(x : int, y : int) =
|
|
switch(Call.value >= 100)
|
|
true => x * y
|
|
|