Still under construction, pardon me while I practice my agile skillz 😂

first blog post

First Post

Hello world!

const foo = 5;

function bar(arg: number) {
  console.log("arg is ", arg);
}

bar(foo);