0:00:00
-431 days 8:29:40
Assignment is over

Harmony and Conflict (need 100/100)


Time elapsed

1362:00:00

Time Remaining

0:00:00

Starts in

-431 days 8:29:40

Ends in

-374 days 14:29:40

Start

2024-01-28 16:00 CET

End

2024-03-25 10:00 CET

Visit Results
Log in

Harmony and Conflict (need 100/100)

Lua

Compiler settings

We use luac 5.4.6 to compile your program with the following command:

$ luac -o {executable} {mainfile}

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

Runtime settings

We use lua 5.4.6 to run your program with the following command:

$ lua {executable}

  • {executable} is the compiled executable.

File Extensions

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

Additional information

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