commit b3a9b528f98cd1a3e244767a16ec8a65ed52888a Author: Timothée Floure Date: Sun Sep 15 08:57:52 2019 +0200 Initial README diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..d83d24f --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +default: + image: debian:stable + tags: [ generic ] + script: + - echo "It works!" diff --git a/README.md b/README.md new file mode 100644 index 0000000..8479156 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# CS-210 Assignments + +This repository contains your assignments for *Functional Programming* course. +Course material and administrative details can be found in the +[cs-210-functional-programming-2019 gitlab +project](https://gitlab.epfl.ch/lamp/cs-210-functional-programming-2019). + +## To select a branch on [gitlab.epfl.ch](https://gitlab.epfl.ch), click on "master" (under project description) + +![Branch selection](branch-selection.png) diff --git a/branch-selection.png b/branch-selection.png new file mode 100644 index 0000000..683cb11 Binary files /dev/null and b/branch-selection.png differ