From 4e0c2b62bee92f9956a89038ff2ab3a42c9fc136 Mon Sep 17 00:00:00 2001 From: Arne Weiss Date: Sun, 26 May 2024 08:47:26 +0200 Subject: [PATCH] update README --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2f0b6f..2763805 100644 --- a/README.md +++ b/README.md @@ -1 +1,28 @@ -# codingame \ No newline at end of file +# Codingame Solutions + +This repository contains solutions to various Codingame challenges, primarily using Haskell and PureScript. + +## Folder Structure + +- **haskell/**: Contains solutions written in Haskell. +- **purescript/**: Contains solutions written in PureScript. + +## Languages Used + +- **PureScript**: 38.7% +- **Haskell**: 36.2% +- **Dhall**: 18.2% +- **JavaScript**: 6.9% + +## Getting Started + +Navigate to the respective folders to find coding challenge solutions and their implementations. + +## License + +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. + +## Contact + +For any questions or suggestions, please open an issue in this repository. +