Ejemplo n.º 1
0
 static void Main()
 {
     Greeting greeting = new Greeting();
     greeting.greet();
     greeting.bye();
 }