5 lines
40 B
OCaml
5 lines
40 B
OCaml
open Printf
|
|
|
|
let () =
|
|
printf "hello"
|
open Printf
|
|
|
|
let () =
|
|
printf "hello"
|