From e94eeaa19627a9a0f235baf110780c9fb564ca2b Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 31 Jul 2026 14:02:03 +0200 Subject: chore: scaffold dune project (kernel lib + cli + tests) OCaml 5.2.0 local switch; colitur_kernel library, a colitur executable stub, and an alcotest+qcheck test runner. AGPL LICENSE, README, generated colitur.opam. --- bin/main.ml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bin/main.ml (limited to 'bin/main.ml') diff --git a/bin/main.ml b/bin/main.ml new file mode 100644 index 0000000..761f68e --- /dev/null +++ b/bin/main.ml @@ -0,0 +1,2 @@ +(* colitur CLI — scaffold stub; the real `easter` subcommand arrives in Task 4. *) +let () = () -- cgit v1.3