Exécutable : nbr.exe

This commit is contained in:
Matthieu Dubuget
2020-01-18 09:12:15 +01:00
parent 1569132c6c
commit 7529a7ed15
4 changed files with 21 additions and 0 deletions

3
bin/dune Normal file
View File

@ -0,0 +1,3 @@
(executable
(name nbr)
(libraries nombres))