Hello to the blog


Because on this blog will be some code we display some (hopefully) beautiful syntax highlighting:

function greet(name) {
return `Hello, ${name}! This is a intentional long line to test how the blog handles this`;
}
console.log(greet("Astro"));

As a script:

abc-installer.sh
echo hi
echo "huhu" | grep -Po 'h.*h'

As a console:

Commands to install it manually
echo hi
echo "huhu" | grep -Po 'h.*h'

Okay that’s enough for the first dummy post.

Headshot of HoroTW

Hi, I'm HoroTW. I'm a software engineer and data scientist student based in Germany. You can see some of my work on GitHub or Codeberg, watch my videos on YouTube, read some more about me on my website.