1 interface Print
2 {
3     void    print   (String text);
4     void    println (String text);
5 }
6