[ create a new paste ] login | about

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

OCaml, pasted on Aug 8:
1
2
let x = "hello world";;
Printf.printf "%s" x;;


Output:
1
hello world


Create a new paste based on this one


Comments: