here we go!

This is a test post
Can try out different features here:

testing a code block

#include<stdio.h>
int main()
{
    int a = 0;
    return a;
}