21

When i started ocaml. Now most languages use
import lib;
But not ocaml. No, it uses
open lib;
So i had the genius idea of writing my own lib and submitting my program as

open Bob;
let () =
show "vegana";;

Comments
Add Comment