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
4c21aa736f
node
/
test
/
message
/
hello_world.js
4 lines
44 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add message tests
2010-06-19 09:14:06 +08:00
require
(
'../common'
)
;
Fix message tests
2010-06-20 08:41:34 +08:00
puts
(
'hello world'
)
;