1
0

2 lines
61 B
OCaml
Raw Permalink Normal View History

2019-06-15 15:31:01 -06:00
let rec eee e = Printf.printf "e"; eee ();;
let () = eee ();;