If you haven't done so already, create a new console application and add a class to the project called RegExDemo. Your code at this moment should look something like this:
class Program
{
static void Main(string[] args)
{
}
}
public class RegExDemo
{
}