From 950be7fa7bb30ef49af37dc66b2236ee172f8076 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 15 Jun 2024 18:09:06 +0200 Subject: [PATCH] Fix incorrect task heading --- Exercises/exercise-2/Solution.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exercises/exercise-2/Solution.hs b/Exercises/exercise-2/Solution.hs index 28410d0..1227d8c 100644 --- a/Exercises/exercise-2/Solution.hs +++ b/Exercises/exercise-2/Solution.hs @@ -169,7 +169,7 @@ fact x = -- 2 -------------------- --- Exercise 3 +-- Exercise 4 -------------------- type Program = [(Integer, Integer)] type Input = Integer