ligo/src/test/contracts/condition.mligo

6 lines
63 B
Plaintext
Raw Normal View History

let%entry main (i : int) =
if i = 2 then
42
else
0