Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit a23a734

Browse files
docs: add readme and comments
1 parent 4b45766 commit a23a734

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Hello world
2+
3+
NodeJS hello world
4+
5+
## How to run
6+
7+
```
8+
node index.js
9+
```
10+

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
// Prints hello world and current time to the user
12
console.log("Hello world!");
23
console.log(Date())

0 commit comments

Comments
 (0)