2 lines
64 B
OCaml
2 lines
64 B
OCaml
if (5+6=11) then (if 5-9=9 && 3+3=6 then 42 else 5+98) else 4*2
|
if (5+6=11) then (if 5-9=9 && 3+3=6 then 42 else 5+98) else 4*2
|