Пример #1
0
 public static void Main()
 {
     Hello5 hw = new Hello5();
     hw.print();
 }
Пример #2
0
 public string Hello4(Hello5 fs) // This is how first is written
 // Wants method that takes nothing and returns a string
 {
     return(fs());
 }