Last active
May 25, 2019 14:17
-
-
Save fitwist/f9aa650b7a8fcf80e1de7297f4495aff to your computer and use it in GitHub Desktop.
index.js
This file contains 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
module.exports = function() { | |
console.log("Hello Mars!") | |
} |
This file contains 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
{ | |
"name": "hello-mars", | |
"version": "1.0.1", | |
"description": "Hello Mars!", | |
"main": "index.js", | |
"dependencies: { | |
}, | |
"devDependencies": { | |
}, | |
"scripts": { | |
"test": "echo \ "Error: no test specified \ && exit 1" | |
}, | |
"author": "Helen Kapatsa", | |
"license": "MIT" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment