Fix for https://gitlab.epfl.ch/lamp/cs-210-functional-programming-2019/issues/9, classpath are separated by ";" instead of ":" on Windows (because ":" is needed to write "C:\..."), the solution is to use `File.pathSeparator` which will choose the correct character for the current OS. |
||
|---|---|---|
| .vscode | ||
| project | ||
| src | ||
| .gitlab-ci.yml | ||
| build.sbt | ||
| grading-tests.jar | ||
| README.md | ||
| student.sbt | ||
CS-210: Reductions
Please follow the instructions from the main course respository.
Grading and submission details can be found here.