aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 08eac3c0e036d774d37f77056fcd5c714daf39ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# puzzle box

Avans University of Applied Sciences project puzzle box.

## Tests

```
mkdir -p test/build
cd test/build
cmake ..
make
make test
```