ocaml: phase 5.1 fizzbuzz.ml baseline (12/12 pass)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 32s

Classic fizzbuzz using ref-cell accumulator, for-loop, mod, if/elseif
chain, String.concat, Int.to_string. Output verified via String.length
of the comma-joined result for n=15: 57.
This commit is contained in:
2026-05-08 17:44:07 +00:00
parent 0bc6dbd233
commit d8f1882b50
3 changed files with 21 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
"exception_handle.ml": 4,
"expr_eval.ml": 16,
"factorial.ml": 3628800,
"fizzbuzz.ml": 57,
"list_ops.ml": 30,
"module_use.ml": 3,
"option_match.ml": 5,