From 39ad418c221b4204ff268b026f6aaa5748e88a10 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sat, 31 Aug 2024 13:39:50 -0600 Subject: [PATCH] vault backup: 2024-08-31 13:39:50 --- .../ECE1400/Flowcharts and Pseudocode.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index 104c544..9a2e254 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -9,28 +9,32 @@ vars: { d2-config: { dark-theme-id: 200 + layout-engine: elk } } begin: { shape: oval - near: top-left -} -end: { - shape: oval - near: bottom-right + # near: top-left } + +# grid-rows: 20 +grid-columns: 2 begin -> add 3c flour\ -> add 1 1/2 tsp baking soda\ -> add 1/2 tsp cinnamon\ -> add 1/2 tsp salt\ --> node [label="stir"]\ +-> stir\ -> add 3 mashed bananas\ -> add 1 tsp lemon juice\ --> stir\ +-> stir again\ -> add 3 eggs\ -> add 2tsp vanilla extract\ -> end +end: { + shape: oval + # near: bottom-right +} ``` \ No newline at end of file