178d 0h 46m 43s
-155 days 23:13:16
Assignment is over

Lab 1


Time elapsed

155d 23h 13m 17s

Time Remaining

178d 0h 46m 43s

Starts in

-155 days 23:13:16

Ends in

178 days 0:46:43

Start

2024-11-01 01:00 CET

End

2025-10-01 02:00 CEST

Visit Results
Log in
 

Lab 1

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