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 2d288da commit 7d2aba0Copy full SHA for 7d2aba0
bin/brain-gcd.js
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env node
+#!/usr/bin/env node
2
import { playGameGcd } from '../games/brain-gcd.js';
3
4
// Запускаем игру
games/brain-calc.js
@@ -29,4 +29,3 @@ export const playGameCalc = () => {
29
}
30
31
};
32
-
games/brain-even.js
@@ -25,5 +25,4 @@ export const playGameEven = () => {
25
break;
26
27
28
- };
+ };
0 commit comments