Readme, and public executable

This commit is contained in:
Matthieu Dubuget 2020-01-18 09:18:21 +01:00
parent 7529a7ed15
commit 8ea4705c17
2 changed files with 5 additions and 0 deletions

View File

@ -7,3 +7,7 @@ Some references:
- https://leconjugueur.lefigaro.fr/frlesnombres.php - https://leconjugueur.lefigaro.fr/frlesnombres.php
- https://www.miakinen.net/vrac/nombres - https://www.miakinen.net/vrac/nombres
- https://www.dcode.fr/ecriture-nombre-lettres - https://www.dcode.fr/ecriture-nombre-lettres
Provided as a 1-function library, and a basic command-line utility (`nbr` — will
certainly be renamed to something longer and less likely to name clash).

View File

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