using System; namespace ConsoleLibrary.P3 { public class Program { public static void Main() { ConsoleLibrary.P4.Program.Main(); } } }