Blog

Hello World

2026-04-17

This is my first post.

これは最初の投稿です。

I’ll write each sentence in both English and Japanese so I can practice while blogging.

ブログを書きながら英語を練習するために、文ごとに英語と日本語の両方で書きます。

Heading

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