[ create a new paste ] login | about

Link: http://codepad.org/KOFUgMle    [ raw code | output | fork ]

OCaml, pasted on Mar 20:
1
2
3
4
5
6
let main _ = 
    Printf.printf "Hello World"


let () =
    main ()


Output:
1
Hello World


Create a new paste based on this one


Comments: