@maxrimue's Blog

Hello, world! - @maxrimue's Blog

Hello, world!

March 28, 2025

Welcome to my first blog post!

Unfortunately, there's nothing to see here yet in terms of posts. However, look at this cool technical demo of formatting Markdown:

  • Lists
  • Code blocks
echo "Syntax highlighting works!"
const message = "Hello, world!";
console.log(message);