Skip to content

Instantly share code, notes, and snippets.

@aetos382
Last active August 29, 2015 14:13
Show Gist options
  • Save aetos382/d80103a9d1c3c12b1786 to your computer and use it in GitHub Desktop.
Save aetos382/d80103a9d1c3c12b1786 to your computer and use it in GitHub Desktop.
namespace CodeEmbed.Sample
{
class Program
{
static void Main()
{
Console.WriteLine("Hello, World.");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment