Skip to content

Instantly share code, notes, and snippets.

@cawel
Created November 25, 2015 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cawel/3fa4bb21572d36a72a24 to your computer and use it in GitHub Desktop.
Save cawel/3fa4bb21572d36a72a24 to your computer and use it in GitHub Desktop.
blog-quiz-easy-1
#!/usr/bin/env ruby
require 'socket'
client = TCPSocket.open("127.0.0.1", 2222) {|s| s.send("hello", 0) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment