exercism/elixir/lasagna/HINTS.md

1.9 KiB

Hints

General

  • An integer value can be defined as one or more consecutive digits.
  • String literals are a sequence of characters surrounded by double quotes.

1. Define the expected oven time in minutes

  • You need to define a function without any arguments.
  • You need to return an integer.

2. Calculate the remaining oven time in minutes

3. Calculate the preparation time in minutes

4. Calculate the total working time in minutes

5. Create a notification that the lasagna is ready

  • You need to define a function without any arguments.
  • You need to return a string.