Skip to content

Instantly share code, notes, and snippets.

@cgiacomi
Created July 5, 2012 08:48
Show Gist options
  • Save cgiacomi/3052383 to your computer and use it in GitHub Desktop.
Save cgiacomi/3052383 to your computer and use it in GitHub Desktop.
Hello World
public class Greeter
{
public static void Main()
{
System.Console.WriteLine("Hello, World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment