IRC parsing, tokenization, and state handling in C#
at dfe5a0035bd321a0774ae402de8fa5cc8f2b8c06 12 lines 204 B view raw
1using System; 2 3namespace StatesSample 4{ 5 public static class Program 6 { 7 private static void Main(string[] args) 8 { 9 Console.WriteLine("Hello World!"); 10 } 11 } 12}