Merge: contrib: Introduce refund
authorJean Privat <jean@pryen.org>
Mon, 11 May 2015 23:22:19 +0000 (19:22 -0400)
committerJean Privat <jean@pryen.org>
Mon, 11 May 2015 23:22:19 +0000 (19:22 -0400)
commit6018cafaa49bc5b1680bb96b4b49b3a81ce47aa6
tree6b2c30a9cb2510886dbf1869df7cad4247d54784
parentde6de4d367a07d66cdde4e5782ba98b5a1518969
parent7de116766b3e1a9a744b3602caf605517bd3028a
Merge: contrib: Introduce refund

`refund` is a tool developped for the correction of the course INF2015: Développement de logiciels dans un environnement Agile.

Its purpose is to parse a reclamation sheet submitted by an insurrance client in Json format then to compute the allowed refunds depending on the policy contracted by the client.

Even if this program is not really usefull for the Nit project, it makes a concrete example on how we can use the language in the real world, so I submit it.

Pull-Request: #1313
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Jean Privat <jean@pryen.org>