From f274fb468f0007aaaf43db89bbb431e4ab4dceed Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sat, 31 Aug 2024 13:54:50 -0600 Subject: [PATCH] vault backup: 2024-08-31 13:54:50 --- .../ECE1400/Flowcharts and Pseudocode.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index e0a3c55..fdf3ffa 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -40,3 +40,12 @@ end: { ``` ## Pseudocode +```c +/************************************** +* Function Title: BakeBananaCake +* +* Summary: Bake a banana cake +* +8 +*************************************/ +``` \ No newline at end of file