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 53dcc78 commit cd398daCopy full SHA for cd398da
README.md
@@ -11,3 +11,7 @@
11
### brain-calc demo run
12
13
<https://asciinema.org/a/TNtcu8r12ZyfsE9b1UGn45JZL>
14
+
15
+### brain-gcd demo run
16
17
+<https://asciinema.org/a/8BwBf9NXrmHYz8WeA9PxtH6cG>
package.json
@@ -20,7 +20,8 @@
20
"bin": {
21
"brain-games": "bin/brain-games.js",
22
"brain-even": "bin/brain-even.js",
23
- "brain-calc": "bin/brain-calc.js"
+ "brain-calc": "bin/brain-calc.js",
24
+ "brain-gcd": "bin/brain-gcd.js"
25
},
26
"dependencies": {
27
"readline-sync": "^1.4.10"
0 commit comments