First Post Example

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;
}