From 68e1ebd86553e43f6f984de2b61874585596daf1 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 19 Jan 2025 01:47:39 -0500 Subject: [PATCH] Change Expression Evaluation exercise to 15m (#2561) Fixes #2559. --- src/pattern-matching/exercise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pattern-matching/exercise.md b/src/pattern-matching/exercise.md index bc4251a2..42493f43 100644 --- a/src/pattern-matching/exercise.md +++ b/src/pattern-matching/exercise.md @@ -1,5 +1,5 @@ --- -minutes: 20 +minutes: 15 --- # Exercise: Expression Evaluation