Skip to content

Instantly share code, notes, and snippets.

@wnoizumi
Created February 27, 2012 14:10
Show Gist options
  • Save wnoizumi/1924045 to your computer and use it in GitHub Desktop.
Save wnoizumi/1924045 to your computer and use it in GitHub Desktop.
Teste
static class Program
{
static void Main(string[] args)
{
System.Console.Write("Hello gist");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment