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 43705a6 commit 1f888f6Copy full SHA for 1f888f6
README.md
@@ -15,3 +15,7 @@
15
### brain-gcd demo run
16
17
<https://asciinema.org/a/8BwBf9NXrmHYz8WeA9PxtH6cG>
18
+
19
+### brain-progression demo run
20
21
+<https://asciinema.org/a/LdlB7cfOqpX71kSFGGC6Vn8fq>
package.json
@@ -21,7 +21,8 @@
"brain-games": "bin/brain-games.js",
22
"brain-even": "bin/brain-even.js",
23
"brain-calc": "bin/brain-calc.js",
24
- "brain-gcd": "bin/brain-gcd.js"
+ "brain-gcd": "bin/brain-gcd.js",
25
+ "brain-progression": "bin/brain-progression.js"
26
},
27
"dependencies": {
28
"readline-sync": "^1.4.10"
0 commit comments