Skip to content
minodisk
Go back

Hello, World

This is the first post on this blog, where I’ll be writing about software engineering in English.

How this blog is built

This site is intentionally boring, in the good way:

A code block, to make sure syntax highlighting works:

const greet = (name: string): string => `Hello, ${name}!`;

console.log(greet("world"));

Share this post: