4 lines
No EOL
70 B
Text
4 lines
No EOL
70 B
Text
let main =
|
|
fun ping _ = pong 0
|
|
and pong _ = ping 0;
|
|
ping 0 |