Hello World!

March 1, 2024

Hello World

This is my first blog post. For this site I am trying to use Astro for my blog site.

let x = 3;
console.log(x);

I am also using TypeScript for my code blocks.