static void Main(string[] args) { var existingWires = ".S.\n" + "...\n" + ".G."; Console.WriteLine(SG1.WireDHD(existingWires)); }