Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c70bf0c

Browse files
committed
Added Abdullah
1 parent 7f99574 commit c70bf0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

week1/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
console.log("Hello");
2+
13
import HTTP from 'http'
24
import Path from 'path'
35

@@ -35,4 +37,4 @@ const server = HTTP.createServer((request, response) => {
3537

3638
server.listen(3001)
3739

38-
console.log('Server started')
40+
console.log('Server started')

0 commit comments

Comments
 (0)