Quiz App

How to create a code block in markdown?

A code block is created with three backticks before and after the code:

```
code
```