178d 0h 32m 34s
-155 days 23:27:26
Assignment is over

Extra labs


Time elapsed

155d 23h 27m 26s

Time Remaining

178d 0h 32m 34s

Starts in

-155 days 23:27:26

Ends in

178 days 0:32:34

Start

2024-11-01 01:00 CET

End

2025-10-01 02:00 CEST

Visit Results
Log in
 

Extra labs

OCaml

Compiler settings

We use ocamlopt 4.14.1 to compile your program with the following command:

$ ocamlopt -o {executable} unix.cmxa str.cmxa bigarray.cmxa {files}

  • {files} is a space-separated list of all files.
  • {executable} is the compiled executable.

File Extensions

Files with any of the following file extensions will be used: .ml

Additional information

Additional language-specific advice and information for many languages is available in the knowledge base