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 e63526d commit e6a8633Copy full SHA for e6a8633
README.md
@@ -19,3 +19,7 @@
19
### brain-progression demo run
20
21
<https://asciinema.org/a/LdlB7cfOqpX71kSFGGC6Vn8fq>
22
+
23
+### brain-prime demo run
24
25
+<https://asciinema.org/a/rONeKqBMfSAkx1LnrGsDaOrSk>
package.json
@@ -22,7 +22,8 @@
"brain-even": "bin/brain-even.js",
"brain-calc": "bin/brain-calc.js",
"brain-gcd": "bin/brain-gcd.js",
- "brain-progression": "bin/brain-progression.js"
+ "brain-progression": "bin/brain-progression.js",
26
+ "brain-prime": "bin/brain-prime.js"
27
},
28
"dependencies": {
29
"readline-sync": "^1.4.10"
0 commit comments