1
0
Fork 0

fix dune exec example

This commit is contained in:
Mylloon 2024-03-14 22:23:06 +01:00
parent 77517d634c
commit 6de2e04443
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -154,7 +154,7 @@ To run your code you will have to implement
then run it via
```
$ dune exec
$ dune exec projet_pfa_23_24
```
## Testing your code