Created
July 26, 2019 08:30
-
-
Save 0x1ad2/d58c5838b38ac0b5c9f0c54d07e773df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env node | |
// will tell shell enviroment which program it needs execute this, in our case it's node | |
// always run your code in strict mode | |
"use strict"; | |
console.log(`My first Node CLI app 🎉`); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment