Hello World

Published on January 13, 2024,
24 words,
1 min read

Hello World

This is an example

JS Code

console.log('Hello World')

const a = 1
const b = 2
function sum(a, b) {
  return a + b
}

Component

🐶
<Dog>

Hey?