From 27fff6689b07339814b5a1b71111d96f43c3add5 Mon Sep 17 00:00:00 2001 From: David Kopec Date: Sat, 23 May 2026 14:41:29 -0400 Subject: [PATCH] Add Haskell implementation link to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b02c6ad..547db18 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,4 @@ Ports - [JavaScript implementation by @SaschaKersken (German translator of CCSPiP)](https://github.com/SaschaKersken/ClassicComputerScienceProblemsInJavaScript) - [Ruby implementation by @tj84](https://github.com/tj84/cs_problems) - [Rust implementation by @marpetercontribs](https://github.com/marpetercontribs/classic-computer-science-problems-in-rust) +- [Haskell implementation by @marpetercontribs](https://github.com/marpetercontribs/classic-computer-science-problems-in-haskell)