Description:
Create a utility that measures how long a code block takes to execute in milliseconds.
Acceptance Criteria:
- A new execution timer snippet has been added
- Method long measure(Runnable task) is implemented
- Returns execution time in milliseconds
- Test/example provided with Thread.sleep
Description:
Create a utility that measures how long a code block takes to execute in milliseconds.
Acceptance Criteria: