From 40097085712c8ca58c5fef5f9708704e2281df7a Mon Sep 17 00:00:00 2001
From: Aron <arostr-5@student.ltu.se>
Date: Wed, 13 Nov 2019 11:21:18 +0100
Subject: [PATCH] update

---
 HOME_EXAM.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HOME_EXAM.md b/HOME_EXAM.md
index 998b483..c5fade0 100644
--- a/HOME_EXAM.md
+++ b/HOME_EXAM.md
@@ -177,7 +177,7 @@ fn test_bool(b: bool) -> bool {
         while (a < 5) {
             a = a + 1;
         }
-        return a;
+        return false;
     }
     return (3 < 4);
 }
-- 
GitLab