package com;

public class Two {
  public static void main(String[] argv) {
    new One();
  }
}