0:00:00
-2763 days 16:13:16
Contest is over

CSCI 499 Sp18 - Domain Specific


Time elapsed

120:30:00

Time Remaining

0:00:00

Starts in

-2763 days 16:13:16

Ends in

-2758 days 15:43:16

Start

2018-03-30 22:30 CEST

End

2018-04-04 23:00 CEST

Visit Scoreboard
Log in

CSCI 499 Sp18 - Domain Specific

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