Go to file
Adrien Bourmault 575612a77d
WIP: loading arrows successfully
2024-03-21 02:09:00 +02:00
data WIP: loading arrows successfully 2024-03-21 02:09:00 +02:00
include WIP: loading arrows successfully 2024-03-21 02:09:00 +02:00
src WIP: loading arrows successfully 2024-03-21 02:09:00 +02:00
.gitignore WIP: ready to work 2024-03-13 20:10:10 +02:00
LICENSE Add LICENSE 2021-03-28 15:26:21 +00:00
Makefile WIP: ready to work 2024-03-13 20:10:10 +02:00
README.md First unit tests for scheduler 2021-06-14 20:22:11 +02:00
manifest.scm WIP: thread structure ready ! 2024-03-15 23:10:10 +02:00

README.md

gem-graph-server

Build & execute the program:

make
make run

Build & execute tests

make tests
make run-tests