Second Post

less than 1 minute read

This is the second post. Now that we have two posts it is clearly working…

Some code

class C1
{
  public static void Main()
  {
    System.Console.WrileLine("hello");
  }
}

.

Updated: