From 2921445f30c8ac42a2fbd08d16bbd4527fc799cd Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 20 Feb 2024 10:17:53 +0500 Subject: [PATCH] chore: group ocaml solutions --- codewars/ocaml/{ => fundamentals}/function-1-hello-world/main.ml | 0 codewars/ocaml/{ => fundamentals}/is-the-string-uppercase/main.ml | 0 codewars/ocaml/{ => fundamentals}/reduce-but-grow/main.ml | 0 codewars/ocaml/{ => fundamentals}/sum-of-positive/main.ml | 0 codewars/ocaml/{ => fundamentals}/wilson-prime/main.ml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename codewars/ocaml/{ => fundamentals}/function-1-hello-world/main.ml (100%) rename codewars/ocaml/{ => fundamentals}/is-the-string-uppercase/main.ml (100%) rename codewars/ocaml/{ => fundamentals}/reduce-but-grow/main.ml (100%) rename codewars/ocaml/{ => fundamentals}/sum-of-positive/main.ml (100%) rename codewars/ocaml/{ => fundamentals}/wilson-prime/main.ml (100%) diff --git a/codewars/ocaml/function-1-hello-world/main.ml b/codewars/ocaml/fundamentals/function-1-hello-world/main.ml similarity index 100% rename from codewars/ocaml/function-1-hello-world/main.ml rename to codewars/ocaml/fundamentals/function-1-hello-world/main.ml diff --git a/codewars/ocaml/is-the-string-uppercase/main.ml b/codewars/ocaml/fundamentals/is-the-string-uppercase/main.ml similarity index 100% rename from codewars/ocaml/is-the-string-uppercase/main.ml rename to codewars/ocaml/fundamentals/is-the-string-uppercase/main.ml diff --git a/codewars/ocaml/reduce-but-grow/main.ml b/codewars/ocaml/fundamentals/reduce-but-grow/main.ml similarity index 100% rename from codewars/ocaml/reduce-but-grow/main.ml rename to codewars/ocaml/fundamentals/reduce-but-grow/main.ml diff --git a/codewars/ocaml/sum-of-positive/main.ml b/codewars/ocaml/fundamentals/sum-of-positive/main.ml similarity index 100% rename from codewars/ocaml/sum-of-positive/main.ml rename to codewars/ocaml/fundamentals/sum-of-positive/main.ml diff --git a/codewars/ocaml/wilson-prime/main.ml b/codewars/ocaml/fundamentals/wilson-prime/main.ml similarity index 100% rename from codewars/ocaml/wilson-prime/main.ml rename to codewars/ocaml/fundamentals/wilson-prime/main.ml