using System; namespace LibMpcTest { internal class TestOutput { internal static void WriteLine(string value) { Console.Out.WriteLine(value); } } }