Skip to content

Wrap Up

"Hejsa!"

export function add(a, b) {
    return a + b
}
h1 {
    text-align: center;
}

```