VictorNicollet / 99-Problems-OCaml

Solving "99 List Problems" using Objective Caml
http://www.ic.unicamp.br/~meidanis/courses/mc336/2006s2/funcional/L-99_Ninety-Nine_Lisp_Problems.html
Other
84 stars 14 forks source link

Add a LICENSE file #8

Closed bfontaine closed 9 years ago

bfontaine commented 9 years ago

Hello, Under what license are these codes released? I’m considering copying the skeleton & tests (i.e. everything but each function’s body) to create a base repository for anyone who wants to try these tests. See what I did for Scala here. The idea is that anybody would be able to fork the repo (and/or clone it locally) and fill the blanks.