const startBrainGCDGame = () => {
  console.log('Welcome to the Brain Games!');
  console.log('Find the greatest common divisor of given numbers.\n');

  const username = readlineSync.question('May I have your name? ');