171d 10h 26m 25s
-162 days 13:33:34
Assignment is over

Extra labs


Time elapsed

162d 13h 33m 35s

Time Remaining

171d 10h 26m 25s

Starts in

-162 days 13:33:34

Ends in

171 days 10:26:25

Start

2024-11-01 01:00 CET

End

2025-10-01 02:00 CEST

Visit Results
Log in
 

Extra labs

Dart

Compiler settings

We use dart 3.0.0 to compile your program with the following command:

$ dart compile exe -o {executable} {mainfile}

  • {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: .dart

Additional information

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