carlAlex
8/9/2016 - 9:34 AM

A C# test

A C# test

namespace cann_test
{
  public class Test
  {
    public Test()
    {
      System.Console.WriteLine("Hello world");
    }
  }
}
//This is just a test of gistbox
/*
commments here
*/