Skip to content

Commit 63a773f

Browse files
committed
delited , from gcd.js
1 parent d3a8f52 commit 63a773f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/games/gcd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const makeRound = () => {
2121
const x = getRandomNumber(1, 100)
2222
const y = getRandomNumber(1, 100)
2323

24-
const question = `${x}, ${y}`
24+
const question = `${x} ${y}`
2525
const answer = String(getGcd(x, y))
2626
return [question, answer]
2727
}

0 commit comments

Comments
 (0)