first two easy exercises

This commit is contained in:
Vladan Popovic 2024-01-13 12:19:21 +01:00
commit 8c221fed78
20 changed files with 562 additions and 0 deletions

9
leap/Makefile Normal file
View file

@ -0,0 +1,9 @@
default: clean test
test:
dune runtest
clean:
dune clean
.PHONY: clean