173d 17h 44m 25s
-160 days 6:15:35
Assignment is over

Lab 1


Time elapsed

160d 6h 15m 35s

Time Remaining

173d 17h 44m 25s

Starts in

-160 days 6:15:35

Ends in

173 days 17:44:25

Start

2024-11-01 01:00 CET

End

2025-10-01 02:00 CEST

Visit Results
Log in
 

Lab 1

Crystal

Compiler settings

We use crystal 1.15.1 to compile your program with the following command:

$ crystal build {mainfile} -O 2 -o {executable} --no-color

  • {mainfile} is the entrypoint file (you can specify which file this is when submitting).
  • {executable} is the compiled executable.

File Extensions

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

Additional information

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