# INBO CODING CLUB
29 October 2024
Welcome!
## Share your code snippet
If you want to share your code snippet, copy paste your snippet within a section of three backticks (```):
As an **example**:
```
library(tidyverse)
```
(*you can copy paste this example and add your code further down*)
## Yellow sticky notes
No yellow sticky notes online. Put your name + " | " and add a "*" each time you solve a challenge (see below).
## Participants
Name | Challenges
--- | ---
Damiano Oldoni | ***
Rhea Maesele |
Emma Cartuyvels |
Nele Mullens | **
Sanne Govaert | *
Pieter Huybrechts |
Cécile Herr |
Jonas Bertels | **
Lies Teunen |
Jonathan De Schrijver |*
Anja Leyman |
## Challenge 1
### Damiano's solution (dummy)
Copy paste this section to show your solutions.
```r
# dummy code
print("This is how to insert code.")
```
## Challenge 2
## Challenge 3