Hello
This post was the first one made for the website! It was made to test the capabilities of Jekyll and github pages.
Testing some simple markdown
1
2
3
4
5
int i = 42;
for(var i = 0; i < 88; i++)
{
Console.WriteLine(i);
}
Here is the end of the post.