From eb6e6f8356d315e785d978ff681326510283ffbb Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:33:50 -0600 Subject: [PATCH] vault backup: 2024-08-31 12:33:50 --- .../ECE1400/Flowcharts and Pseudocode.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index 18cd63b..6205c52 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -6,6 +6,13 @@ ## Diagram ```d2 +vars: { + d2-config: { + dark-theme-id: 200 + } +} + + begin: {shape: oval} end: {shape: oval} @@ -14,5 +21,6 @@ begin -> add 3c flour\ -> add 1/2 tsp cinnamon\ -> add 1/2 tsp salt\ -> stir\ - -> [in separate bowl] +-> \[in separate bowl\]\ + ``` \ No newline at end of file