diff --git a/README b/README deleted file mode 100644 index 2ba2bcc..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -Learn Node.jS diff --git a/hello-world.js b/hello-world.js new file mode 100644 index 0000000..95c2110 --- /dev/null +++ b/hello-world.js @@ -0,0 +1,5 @@ + setTimeout(function() { + console.log("world"); + }, 2000) + + console.log("hello");