public class PrinterOutput {
  public void printData(int d) {
    System.out.println(d);
  }
}
