0:00:00
-114 days 3:57:16
Contest is over

Swarthmore CS35X Problem Set 9


Time elapsed

163:50:00

Time Remaining

0:00:00

Starts in

-114 days 3:57:16

Ends in

-107 days 8:07:16

Start

2025-12-02 23:10 CET

End

2025-12-09 19:00 CET

Visit Scoreboard
Log in

Swarthmore CS35X Problem Set 9

Elixir

Compiler settings

We use elixirc 1.14.0 to compile your program with the following command:

$ elixirc {files}

  • {files} is a space-separated list of all files.

Runtime settings

We use elixir 1.14.0 (erts-13.2.2.5) to run your program with the following command:

$ elixir -pa /src -e {mainclass}.main

  • {mainclass} is the class containing your main function.

File extensions

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

Additional information

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