Hello World

This is my first post on the new high-performance blog.

Code Example

const message = "Hello, Shiki!";
console.log(message);

Math Example

Einstein’s equation: $E=mc^2$

Quadratic formula:

$$ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$