public class Test
  {
  public static void main(String[] args)
    {
    Announcer a = new Announcer();
    a.printAnnouncement();
    }
  }
