6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
|
let%entry main (i : int) =
|
||
|
if i = 2 then
|
||
|
42
|
||
|
else
|
||
|
0
|