Go to file
Guillaume Martres dcd9a0d860 Fix runGradingTest on windows
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.
2019-09-20 08:46:28 +02:00
.vscode Import recfun handout 2019-09-18 16:21:01 +02:00
project Fix runGradingTest on windows 2019-09-20 08:46:28 +02:00
src Import recfun handout 2019-09-18 16:21:01 +02:00
.gitlab-ci.yml Update grading image, push JSON grading result back to gitlab 2019-09-19 07:58:28 +02:00
build.sbt Bumo scala/dotty version 2019-09-18 21:37:51 +02:00
grading-tests.jar Bumo scala/dotty version 2019-09-18 21:37:51 +02:00
README.md Add minimal README 2019-09-18 16:39:01 +02:00
student.sbt Import recfun handout 2019-09-18 16:21:01 +02:00

CS-210: Reductions

Please follow the instructions from the main course respository.

Grading and submission details can be found here.