April 9, 2023 First Blog Entry

This is my first blog post. No actual content here.

Let's see whether code higlighting works..

int example_code_highlight(int v)
{
    return v + 1;
}