Hello World!

Test

This is my first blog post. I write this while testing the markdown syntax the markdown syntax.

Test 2

Another Test

let y = 10;
let x = y/2;

console.log(x);