Another Test Post

BC

Benjamin Carlson / February 06, 2021

1 min read

Welcome to another awesome blog post!

hello.js
const hello = 'Hello, world!'
var x = 6

if (x > 5)
    console.log(hello)