Skip to content

Commit

Permalink
changed func
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanLiVa committed Apr 23, 2024
1 parent 4d7eb39 commit fcc86d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/games/gcdGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const gcd = () => {
return;
}
}
console.log(`Congratulations, ${userName} !`);
console.log(`Congratulations, ${userName}!`);
};

export default gcd;

0 comments on commit fcc86d4

Please sign in to comment.