Skip to content

My first article

This is my first article with some code:

class Test
{
    static void Main()
    {
        Console.WriteLine("Hello World");
    }
}