Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a pseudocode to making a sandwich #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions class-1-pseudocode/pesudocode-halit-muslem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ Steps to boil water:
- this is line 3
- this is line 4
- this is line 5


steps to make a sandwich:

- Start with two pieces of bread.
- while the first piece of bread is not covered with peanut butter on one side
Spread peanut butter on one side of the first piece of bread
- while the second piece of bread is not covered with jelly on one side
Spread jelly on one side of the second piece of bread
- Place the jelly side of the second piece of bread against the peanut butter side of the first piece of bread.
- Place sandwich on plate, and cut in half.