08.09.16 - Greetings
Thanks for coming 

Just test this out

Agenda aka checklist

  • Just
  • Do
  • It!



Code snippet 

using System;

public class Test
{
    public static void Main()
    {
        Console.WriteLine('Hello');
    }
}