We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ffc832 commit 7a2f19cCopy full SHA for 7a2f19c
test/fib_par.ml
@@ -19,3 +19,5 @@ let main =
19
let res = T.run pool (fun _ -> fib_par pool n) in
20
T.teardown_pool pool;
21
Printf.printf "fib(%d) = %d\n" n res
22
+
23
+let () = main
0 commit comments