SagittarMeow

Hello World


Welcome to my new site powered by Eleventy!

Code Example

Here is some JavaScript code to test syntax highlighting:

function hello(name) {
  console.log(`Hello, ${name}!`);
}

hello("World");