namespace Test.NetCoreRT { class Program { static void Main(string[] args) { Examples.Test.Run(args); } } }