Skip to content

Instantly share code, notes, and snippets.

@ecylmz
Created February 17, 2011 20:41
Show Gist options
  • Save ecylmz/832636 to your computer and use it in GitHub Desktop.
Save ecylmz/832636 to your computer and use it in GitHub Desktop.
using System;
namespace MyHelloWorldApplication
{
class HelloWorld
{
static void Main(string[] args)
{
Console.WriteLine("Hello World");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment