Skip to content

Commit cd398da

Browse files
committed
Update package.json & add brain-gcd game demo run to readme
1 parent 53dcc78 commit cd398da

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@
1111
### brain-calc demo run
1212

1313
<https://asciinema.org/a/TNtcu8r12ZyfsE9b1UGn45JZL>
14+
15+
### brain-gcd demo run
16+
17+
<https://asciinema.org/a/8BwBf9NXrmHYz8WeA9PxtH6cG>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"bin": {
2121
"brain-games": "bin/brain-games.js",
2222
"brain-even": "bin/brain-even.js",
23-
"brain-calc": "bin/brain-calc.js"
23+
"brain-calc": "bin/brain-calc.js",
24+
"brain-gcd": "bin/brain-gcd.js"
2425
},
2526
"dependencies": {
2627
"readline-sync": "^1.4.10"

0 commit comments

Comments
 (0)