Hello world

Published on

Welcome to my site. Running on next js, with typescript.

First post.

More coming soon.

const example = "example of some code snippet";

Example of typescript snippet:

function toStr(x: unknown): string {
    return String(x);
}