Jump to content

Go Fish/OCaml: Difference between revisions

no edit summary
m (Categorization now in master page)
No edit summary
Line 146:
Printf.printf "choose from 1 to %d\n%!" n;
let get_int() =
try int_of_stringread_int(read_line())
with Failure "int_of_string" -> raise Exit
in
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.