First post

2023-04-08

Hello world!

This is some code

function hello(arg: name) {
  console.log(`Hello ${arg}`);
}