---
title: "My First Quarto File"
author: "Mine Dogucu"
format: html
---

In this report I will talk about **my apples**. I will first define the object `my_apples`. 

```{r}
my_apples <- 2
```

I have `r my_apples` apples in total.  