First Post Example

Toast slices and jar of jam

First Post Title

This is the first post example for the blog. It highlights the use of front-matter, markdown, and code markdown.

First Post Subtitle

The block below should show up as a code block on the web site.

#include <stdio.h>

int main()
{
    printf("Hello World");

    return 0;
}