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