Skip to main content
  1. Posts/

Hello!

·15 words·1 min
Author
Michael Kent
Software engineering leader writing on engineering practice, incident response, performance debugging, security, and shipping software.

First post!

public class HelloWorld
{
   public static void Main()
   {
      System.Console.WriteLine("Hello, World!");
   }
}