Skip to content

Instantly share code, notes, and snippets.

@montyanderson
Created October 31, 2013 09:49
Show Gist options
  • Save montyanderson/7247082 to your computer and use it in GitHub Desktop.
Save montyanderson/7247082 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World.");
Console.ReadKey();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment