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 bca3ae1 commit 467ba40Copy full SHA for 467ba40
quickstart/index.js
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env/node
2
+
3
+const run = async() => {
4
+ console.log("Hello, Node from CLI");
5
+}
6
7
+run();
0 commit comments