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 a23a643 commit 7df01c4Copy full SHA for 7df01c4
bin/brain-even.js
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env node
2
+import { gameven } from "../src/brainEven";
3
+
4
+gameven();
0 commit comments