Skip to content

Commit

Permalink
NODEJS CHECKPOINT first task done, the hello world one
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimBN committed Jul 8, 2023
0 parents commit 0fe1096
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions checkpoint-nodejs/hello-world.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("HELLO WORLD");
11 changes: 11 additions & 0 deletions checkpoint-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "checkpoint-nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "SlimBN",
"license": "ISC"
}

0 comments on commit 0fe1096

Please sign in to comment.