Hello World command line
Node.js can be used to create command line utilities. The example below reads the first argument from the command line and prints a Hello message. To run this code on a Unix System: 1. Create a new file and paste the code below. The filename is irrelevant. 2. Make