0:00:00
-1275 days 15:26:30
Contest is over

MU Coding Club Week 2


Time elapsed

167:50:00

Time Remaining

0:00:00

Starts in

-1275 days 15:26:30

Ends in

-1268 days 15:36:30

Start

2022-03-17 17:10 CET

End

2022-03-24 17:00 CET

Visit Scoreboard
Log in

MU Coding Club Week 2

Swift

Compiler settings

We use swiftc 6.1.2 to compile your program with the following command:

$ swiftc -o {executable} -static-stdlib -module-cache-path .cache -O {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: .swift

Additional information

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