vault backup: 2024-09-01 13:12:42

This commit is contained in:
zleyyij 2024-09-01 13:12:42 -06:00
parent a736e0809a
commit d2758c80c8

View File

@ -191,26 +191,37 @@ sunny {
* Function Title: WalkToTscFromEngr * Function Title: WalkToTscFromEngr
* *
* Summary: Walk from the west entrance of the engineering building * Summary: Walk from the west entrance of the engineering building
* to the southeast entrace of the taggart std * to the southeast entrace of the taggart student center, using either
* Inputs: none * a shady or sunny path
*
* Inputs: shady (boolean)
* Outputs: none * Outputs: none
************************************** **************************************
* Pseudocode * Pseudocode
* *
* Begin * Begin
* Add 3c flour * If (shady) then
* Add 1 1/2 tps baking soda * Turn to 270 degrees
* Add 1/2 tsp cinnamon * Walk 112 steps
* Add 1/2 tsp salt * Turn to 225 degrees
* Stir * Walk 124 steps
* Add 3 mashed bananas * Turn to 270 degrees
* Add 1 tsp lemon juice * Walk 361 steps
* Stir * Turn to 0 degrees
* Add 3 eggs * Walk 176 steps
* Add 2tsp vanilla extract * Turn to 270 degrees
* Stir a final time * Walk 62 steps
* Bake @ 350F for 50 min * Else
* Cool for 1 hour Turn to 270 degrees
Walk 73 steps
Turn to 0 degrees
Walk 94 steps
Turn to 275 degrees
Walk 467 steps
Turn to 180 degrees
Walk 86 steps
Turn to 270 degrees
. Walk 80 steps
* End * End
**************************************/ **************************************/
``` ```