Skip to content

Instantly share code, notes, and snippets.

@mitchallen
Last active April 24, 2023 01:33
Show Gist options
  • Save mitchallen/ffb9c69d18052f3da81723c5128a74b4 to your computer and use it in GitHub Desktop.
Save mitchallen/ffb9c69d18052f3da81723c5128a74b4 to your computer and use it in GitHub Desktop.
a very simple hello world program in JavaScript
#!/usr/bin/env node
console.log("Hello world!")
{
"name": "hello",
"version": "1.0.0",
"// bin": "./hello.js",
"bin": {
"hello": "./hello.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment