Esempio n. 1
0
 public static Bit add_bit(Bit x, Bit y) { return x.add(y); }