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

16
leap/dune Normal file
View file

@ -0,0 +1,16 @@
(executable
(name test)
(libraries base ounit2))
(alias
(name runtest)
(deps (:x test.exe))
(action (run %{x})))
(alias
(name buildtest)
(deps (:x test.exe)))
(env
(dev
(flags (:standard -warn-error -A))))