vault backup: 2024-09-01 13:52:42
This commit is contained in:
parent
88b12e7d79
commit
8d89323aed
@ -252,7 +252,6 @@ classes: {
|
|||||||
label: Toggle lights
|
label: Toggle lights
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
direction: right
|
|
||||||
beginning: {
|
beginning: {
|
||||||
shape: oval
|
shape: oval
|
||||||
label: beginning
|
label: beginning
|
||||||
@ -293,4 +292,35 @@ end: {
|
|||||||
shape: oval
|
shape: oval
|
||||||
label: end
|
label: end
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Pseudocode
|
||||||
|
```c
|
||||||
|
/**************************************
|
||||||
|
* Function Title: BakeBananaCake
|
||||||
|
*
|
||||||
|
* Summary: Bake a banana cake
|
||||||
|
*
|
||||||
|
* Inputs: none
|
||||||
|
* Outputs: none
|
||||||
|
**************************************
|
||||||
|
* Pseudocode
|
||||||
|
*
|
||||||
|
* Begin
|
||||||
|
* Add 3c flour
|
||||||
|
* Add 1 1/2 tps baking soda
|
||||||
|
* Add 1/2 tsp cinnamon
|
||||||
|
* Add 1/2 tsp salt
|
||||||
|
* Stir
|
||||||
|
* Add 3 mashed bananas
|
||||||
|
* Add 1 tsp lemon juice
|
||||||
|
* Stir
|
||||||
|
* Add 3 eggs
|
||||||
|
* Add 2tsp vanilla extract
|
||||||
|
* Stir a final time
|
||||||
|
* Bake @ 350F for 50 min
|
||||||
|
* Cool for 1 hour
|
||||||
|
* End
|
||||||
|
**************************************/
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user