ligo/src/test/contracts/condition.mligo
2019-10-23 09:38:45 -05:00

6 lines
63 B
Plaintext

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