Skip to content

Commit

Permalink
updated test.js with require statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dnewcome committed May 7, 2010
1 parent b5009f5 commit ad605ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.js
@@ -1,3 +1,7 @@
var sys = require( 'sys' ),
http = require( 'http' ),
net = require( 'net' );

http.createServer( function( request, response ) {
request.addListener( 'data', function( data ) {
sys.puts( data );
Expand Down

0 comments on commit ad605ae

Please sign in to comment.