about summary refs log blame commit diff
path: root/Examples/States/Program.cs
blob: 8ad7bf7cc55348c70c587aaadc509dd0c0e1015e (plain) (tree)
1
2
3
4
5
6
7
8
                         




                                               

                                                                    


         
namespace StatesSample
{
    public static class Program
    {
        private static void Main(string[] args)
        {
            var client = new Client("localhost", 6667, "statesbot");
            client.Start();
        }
    }
}