Jump To …

Program.cs

The entrance point for the program. Just run Nocco!


namespace Nocco
{
    class Program
    {
        static void Main(string[] args)
        {
            Nocco.Generate(args);
        }
    }
}