public class HiLoGame { public static void main(String[] args) { HiLo hiLo = new HiLo(); hiLo.play(); } }