main function

void main()

Implementation

void main() {
  final game = GuessNumberGame();
  game.start();
}