Skip to content

Commit 8f0c1c8

Browse files
committed
First commit by GitJet 🚀
0 parents  commit 8f0c1c8

14 files changed

Lines changed: 5047 additions & 0 deletions

File tree

.bolt/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"template": "node"
3+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// run `node index.js` in the terminal
2+
3+
console.log(`Hello Node.js v${process.versions.node}!`);

0 commit comments

Comments
 (0)