From 59fefb4ae7b54bc905292377d70126025db72f5f Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:25:18 -0600 Subject: [PATCH] vault backup: 2024-10-08 21:25:18 --- education/software development/ECE1400/Chapter 8 Exercises.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/education/software development/ECE1400/Chapter 8 Exercises.md b/education/software development/ECE1400/Chapter 8 Exercises.md index f45d832..a4774fb 100644 --- a/education/software development/ECE1400/Chapter 8 Exercises.md +++ b/education/software development/ECE1400/Chapter 8 Exercises.md @@ -22,8 +22,8 @@ const int segments[10][7] = {{1, 1, 1, 1, 1, 1, 0}, ...}; const int segments[10][7] = { {1, 1, 1, 1, 1, 1, 0}, // 0 {0, 1, 1, 0, 0, 0, 0}, // 1 - {} - + {1, 1, 0, 1, 1, 0, 1}, // 2 + {1, } }; ```