Skip to content

Instantly share code, notes, and snippets.

View CRidge's full-sized avatar

CRidge CRidge

  • Trondheim, Norway
View GitHub Profile

Keybase proof

I hereby claim:

  • I am cridge on github.
  • I am cridge (https://keybase.io/cridge) on keybase.
  • I have a public key ASAgVEb_rk6gHj-tkCDfD2kmVYLm3UQ1b339O3y4JqymRQo

To claim this, I am signing this object:

@CRidge
CRidge / HelloWorld.cs
Created May 28, 2011 00:03
Hello World
public static void Main(String[] args)
{
Console.Out.WriteLine("Hello World!");
}