Skip to content

Commit

Permalink
Update Pizza type instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rokf authored and lpil committed Oct 16, 2023
1 parent c7b257a commit ad3baa6
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 ad3baa6

Please sign in to comment.