This repository contains the INGInious tasks for UCLouvain's course LSINF1252, computing systems.
Each INGInious task is structured as follows:
- a
studentdirectory that contains the C code for the exercise - a
runfile that is executed by INGInious when a student provides an answer - a
task.yamlfile that provides the description of the exercise
The student directory contains several types of files:
- a
CTesterdirectory that contains the code of the Ctester library that is used to execute the student code and intercept library calls - a
student_code.c.tplfile which is the template that the students have to fill in - one or more
test.cfiles that contain the actual tests
You can find in Report.md a description on how to write a bug report for an INGInious task