chore: Project structure

This commit is contained in:
Tibo De Peuter 2025-03-27 10:46:40 +01:00
parent 948de3de02
commit 4054ed5fce
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
9 changed files with 511 additions and 2 deletions

View file

@ -1,4 +1,20 @@
# Project 2024-2025
# gpl: Ghent Prolog
+ **[Opgave](./ASSIGNMENT.md)**
## Installation
This project requires Java to run. Other installation and build steps are handled by Gradle,
which is also wrapped in the `gpl` call.
## Usage
### Linux and MacOS
```shell
./src/gpl
```
## Tests
```shell
./gradlew test
```