We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a8f52 commit 63a773fCopy full SHA for 63a773f
src/games/gcd.js
@@ -21,7 +21,7 @@ const makeRound = () => {
21
const x = getRandomNumber(1, 100)
22
const y = getRandomNumber(1, 100)
23
24
- const question = `${x}, ${y}`
+ const question = `${x} ${y}`
25
const answer = String(getGcd(x, y))
26
return [question, answer]
27
}
0 commit comments