namespace Sand.App; internal static class Program { public static void Main(string[] args) { SandApp.Run(); } }