Mock exam attempt: CSE1100 2018/2019 week 1.6

This commit is contained in:
steven@devbox 2025-07-19 01:38:13 +00:00
commit 6d14bc3b9c
13 changed files with 931 additions and 0 deletions

14
mock_exam/settings.gradle Normal file
View file

@ -0,0 +1,14 @@
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.14.3/userguide/multi_project_builds.html in the Gradle documentation.
*/
plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.10.0'
}
rootProject.name = 'tudelft'
include('app')