(* hello.ml - Don Yang (uguu.org) 09/03/04 *) let rec h () = print_string "HELLO WORLD\n"; h();; h();;