Ejemplo n.º 1
0
 public int TestaddTwoDigits(int n)
 {
     return(IntroGates.addTwoDigits(n));
 }