Skip to content

Commit

Permalink
Update Pizza type instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rokf committed Oct 15, 2023
1 parent 152a2d1 commit 5d78ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/concept/pizza-pricing/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Define the `Pizza` custom type to represent the different types of pizzas and op
- `ExtraSauce`
- `ExtraToppings`

`ExtraSauce` and `ExtraToppings` should wrap the `Pizza` type.

## 2. Calculate the price of pizza

Implement the `pizza_price` function to calculate a pizza's price:
Expand Down

0 comments on commit 5d78ccb

Please sign in to comment.