From 95e19ef4f6aec91646a0bd0eb3ef12dead36c33c Mon Sep 17 00:00:00 2001 From: homersimpsons Date: Sun, 25 Feb 2024 23:11:30 +0000 Subject: [PATCH] Foregone parallel-letter-frequency exercise PHP is not realy made for multithread. Fibers are new and rarely used. --- config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.json b/config.json index 0cad7cf6..196b43a7 100644 --- a/config.json +++ b/config.json @@ -33,6 +33,9 @@ ] }, "exercises": { + "foregone": [ + "parallel-letter-frequency" + ], "concept": [ { "slug": "lasagna",