From 3c42400e0b9465496336f120d0535b4a6b8e5560 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sat, 31 Aug 2024 13:49:50 -0600 Subject: [PATCH] vault backup: 2024-08-31 13:49:50 --- .../ECE1400/Flowcharts and Pseudocode.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index a794d43..e0a3c55 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -12,19 +12,13 @@ vars: { layout-engine: elk } } - +grid-columns: 3 begin: { shape: oval # near: top-left } -end: { - shape: oval - # near: bottom-right -} -# grid-rows: 20 -grid-columns: 2 begin -> add 3c flour\ -> add 1 1/2 tsp baking soda\ -> add 1/2 tsp cinnamon\ @@ -35,6 +29,14 @@ begin -> add 3c flour\ -> stir again\ -> add 3 eggs\ -> add 2tsp vanilla extract\ +-> stir a final time\ +-> bake @ 350f for 50 min\ +-> let cool for 1 hour\ -> end +end: { + shape: oval + # near: bottom-right +} +``` -``` \ No newline at end of file +## Pseudocode