Skip to content

Instantly share code, notes, and snippets.

@OdeToCode
Created October 2, 2015 12:35
Show Gist options
  • Select an option

  • Save OdeToCode/357faaa4c56441fb4447 to your computer and use it in GitHub Desktop.

Select an option

Save OdeToCode/357faaa4c56441fb4447 to your computer and use it in GitHub Desktop.
using static System.Console;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
WriteLine("This works...");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment