コード例 #1
0
 static public void Main ()
 {
     Adder add = new Adder(3);
     Console.WriteLine ("Hello Mono World: " + add.addOne());
 }