Skip to content

Commit

Permalink
assignment task schneems#4 completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Xu committed Oct 21, 2012
1 parent 53c099d commit 6c48e7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server_simple.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
trap 'INT' do server.shutdown end

## Start the server
server.mount_proc '/' do |req, res|
res.body = 'Hello, world!'
end
server.start

0 comments on commit 6c48e7a

Please sign in to comment.