From 91f14ee76459dd6f4561ce420fe46bde00eb9319 Mon Sep 17 00:00:00 2001 From: "the Phoeron\" Colin J.E. Lupton" <thephoeron@protonmail.com> Date: Mon, 22 Aug 2022 16:58:08 -0400 Subject: [PATCH] Re-add Exercise 1.6.1, Integers to SUMMARY.md --- SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SUMMARY.md b/SUMMARY.md index 305895f..89db104 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -48,6 +48,7 @@ * [Lists and List-Operations](./1-04-0-lists.md) * [Extra Credit: Look-up Lists and Trees](./1-05-0-lookups-trees.md) * [Numbers and Math](./1-06-0-math.md) + * [Integers](./1-06-01-integers.md) * [Extra Credit: Arrays and Vectors](./1-07-0-arrays.md) * [Variables, Parameters, and Constants](./1-08-0-variables.md) * [Extra Credit: Closures](./1-09-0-closures.md) -- GitLab