Skip to content

Instantly share code, notes, and snippets.

@TheNaoX
Created July 29, 2014 18:38
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 TheNaoX/19e442177c1036787671 to your computer and use it in GitHub Desktop.
Save TheNaoX/19e442177c1036787671 to your computer and use it in GitHub Desktop.
Polyglot server
['Chicho', "Toño"].each do |name|
puts "Ola k ase #{name}"
end
system "node app.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment