Skip to content

Instantly share code, notes, and snippets.

@satlavida
Created April 23, 2012 17:51
Show Gist options
  • Save satlavida/2472669 to your computer and use it in GitHub Desktop.
Save satlavida/2472669 to your computer and use it in GitHub Desktop.
namespace AppProgram
{
class Program
{
void Main()
{
Console.WriteLine("##Test##");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment