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
d3532a4bf2
node
/
test
/
message
/
hello_world.js
5 lines
83 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update tests to work with module contexts
2010-07-16 02:47:25 +08:00
common
=
require
(
"../common"
)
;
assert
=
common
.
assert
Add message tests
2010-06-19 09:14:06 +08:00
:%s/sys.puts/console.log/g and there was much rejoicing
2010-06-24 08:40:51 +08:00
console
.
log
(
'hello world'
)
;