import java.io.*; import java.util.*; public class Driver { public static void main(String[] args){ Greeter g = new Greeter(); g.greet(); } }