Skip to content

Commit

Permalink
hello-world
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglundong committed Oct 23, 2012
1 parent d1f8104 commit e83906e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion README

This file was deleted.

5 changes: 5 additions & 0 deletions hello-world.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
setTimeout(function() {
console.log("world");
}, 2000)

console.log("hello");

0 comments on commit e83906e

Please sign in to comment.