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
36e75b7351
node
/
test
/
message
/
hello_world.js
5 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fix global leaks
2010-12-05 08:11:57 +08:00
var
common
=
require
(
'../common'
)
;
var
assert
=
require
(
'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'
)
;