aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2021-03-06 20:22:53 +0530
committerPriyansh <[email protected]>2021-03-06 20:22:53 +0530
commitb76747e1898b7b3ccdcab9c563249f256a08672e (patch)
treecd7add4bb9d86e6b346c5370fa4815a071716104
parentc222fca8ba53377d7aa9dcf5599559260de685c3 (diff)
downloadcalculator-b76747e1898b7b3ccdcab9c563249f256a08672e.tar.xz
calculator-b76747e1898b7b3ccdcab9c563249f256a08672e.zip
Added Simple Hello Statement
-rw-r--r--index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.js b/index.js
new file mode 100644
index 0000000..c2e55ef
--- /dev/null
+++ b/index.js
@@ -0,0 +1,3 @@
+#!/usr/bin/env node
+
+console.log( "Hello!" ); \ No newline at end of file