58:08:09
-5 days 20:21:50
Assignment is over

CSCE 430 Spring 2026 - Problem Set 05


Time elapsed

140:21:50

Time Remaining

58:08:09

Starts in

-5 days 20:21:50

Ends in

2 days 10:08:09

Start

2026-02-14 00:30 CET

End

2026-02-22 06:59 CET

Visit Results
Log in
 

CSCE 430 Spring 2026 - Problem Set 05

Elixir

Compiler settings

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

$ elixirc {files}

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

Runtime settings

We use elixir to run your program with the following command:

$ elixir -pa /src -e {mainclass}

  • {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