This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
node
mirror of
https://github.com/nodejs/node.git
Watch
1
Star
0
Fork
You've already forked node
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9472812569
node
/
test
/
message
/
hello_world.js
4 lines
51 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add message tests
2010-06-19 09:14:06 +08:00
require
(
'../common'
)
;
:%s/sys.puts/console.log/g and there was much rejoicing
2010-06-24 08:40:51 +08:00
console
.
log
(
'hello world'
)
;