Welcome to my blog
January 17, 2024
This post was created through Decap CMS. Written and published without having to do any git business.
Neat.

I need to write some code
// here is some javascript
function product(x, y) {
return x * y;
}
assert(product(2, 3) === 6);
Don’t quote me.