From e3808818440d8408f91b61a7774f4c02fab445c1 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sat, 31 Aug 2024 13:44:50 -0600 Subject: [PATCH] vault backup: 2024-08-31 13:44:50 --- .../ECE1400/Flowcharts and Pseudocode.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index 9a2e254..a794d43 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -18,7 +18,10 @@ begin: { shape: oval # near: top-left } - +end: { + shape: oval + # near: bottom-right +} # grid-rows: 20 grid-columns: 2 @@ -33,8 +36,5 @@ begin -> add 3c flour\ -> add 3 eggs\ -> add 2tsp vanilla extract\ -> end -end: { - shape: oval - # near: bottom-right -} + ``` \ No newline at end of file