ocaml-programming

Simple OCaml programs
git clone git://git.laack.co/ocaml-programming.git
Log | Files | Refs | README

commit f231a32474f3617fc44ac618818b7fe9d103b1f3
Author: Andrew Laack <andrew@laack.co>
Date:   Thu, 30 Jul 2026 18:38:39 -0500

Init commit

Diffstat:
AREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,5 @@ +# OCaml Programming + +These programs are from following along with this book: + +[https://cs3110.github.io/textbook](https://cs3110.github.io/textbook)