From a8ce4b4cab4bee388cde4d84696ab7ea54873db8 Mon Sep 17 00:00:00 2001
From: ilias bhallil <ilias.bhal@gmail.com>
Date: Wed, 10 Feb 2021 23:25:29 -0500
Subject: [PATCH] fix: added missing required section before quiz1

---
 exercises/quiz1.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/exercises/quiz1.rs b/exercises/quiz1.rs
index 5c5c355..da1be2a 100644
--- a/exercises/quiz1.rs
+++ b/exercises/quiz1.rs
@@ -2,6 +2,7 @@
 // This is a quiz for the following sections:
 // - Variables
 // - Functions
+// - If
 
 // Mary is buying apples. One apple usually costs 2 Rustbucks, but if you buy
 // more than 40 at once, each apple only costs 1! Write a function that calculates