namespace Matrix { public class Program { static void Main() { Matrix matrix = new(); matrix.Start(); } } }