using System; namespace hwo.bitworks { public static class BitFormat { public static string toString(LogicBase[] sources){ char[] digits = new char[sources.Length]; for (int n=0;n