ocaml-programming

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

commit 09c4642550e26d09adabbd8503901cf229613792
parent ea73dfba73121876a33af1917fea85a2a149405e
Author: Andrew Laack <andrew@laack.co>
Date:   Thu, 20 Aug 2026 21:51:52 -0500

renamed directory

Diffstat:
Rch1_self_learning/better_fizzbuzz.ipynb -> ch2_my_problems/better_fizzbuzz.ipynb | 0
Rch1_self_learning/dune -> ch2_my_problems/dune | 0
Rch1_self_learning/dune-project -> ch2_my_problems/dune-project | 0
Rch1_self_learning/exercises_p2.ipynb -> ch2_my_problems/exercises_p2.ipynb | 0
Rch1_self_learning/exercises_unit_1.ipynb -> ch2_my_problems/exercises_unit_1.ipynb | 0
Rch1_self_learning/factorial.ipynb -> ch2_my_problems/factorial.ipynb | 0
Rch1_self_learning/fib.ipynb -> ch2_my_problems/fib.ipynb | 0
Rch1_self_learning/fizzbuzz.ipynb -> ch2_my_problems/fizzbuzz.ipynb | 0
Rch1_self_learning/newton_sqrt.ml -> ch2_my_problems/newton_sqrt.ml | 0
9 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/ch1_self_learning/better_fizzbuzz.ipynb b/ch2_my_problems/better_fizzbuzz.ipynb diff --git a/ch1_self_learning/dune b/ch2_my_problems/dune diff --git a/ch1_self_learning/dune-project b/ch2_my_problems/dune-project diff --git a/ch1_self_learning/exercises_p2.ipynb b/ch2_my_problems/exercises_p2.ipynb diff --git a/ch1_self_learning/exercises_unit_1.ipynb b/ch2_my_problems/exercises_unit_1.ipynb diff --git a/ch1_self_learning/factorial.ipynb b/ch2_my_problems/factorial.ipynb diff --git a/ch1_self_learning/fib.ipynb b/ch2_my_problems/fib.ipynb diff --git a/ch1_self_learning/fizzbuzz.ipynb b/ch2_my_problems/fizzbuzz.ipynb diff --git a/ch1_self_learning/newton_sqrt.ml b/ch2_my_problems/newton_sqrt.ml