Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 352 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 352 Bytes

INFOF408: Solutions of the exercise sessions

One folder per year, one subfolder per session. Build with make.

Build solutions and extras for all years

make

Create a zip archive including all solutions and extras of a given year

cd 2017
make zip # creates the file 2017-infof408-solutions.zip

Delete all generated files

make clean