class Print {
  void before (HydrogenCount host) {
    System.out.println(host);
    System.out.println(host.string);
  }
}
  

