public class MyConsole {
  public static void main(String[] args) {

  HangMan a = new HangMan();
      a.playGame();
      a.endText(a.win);
  }
}