Skip to content

Instantly share code, notes, and snippets.

@halan
Created April 4, 2011 14:13
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 halan/901696 to your computer and use it in GitHub Desktop.
Save halan/901696 to your computer and use it in GitHub Desktop.
Um código complexo para testar velocidade do ruby
#!/bin/ruby
#rode no 1.9 e no 1.8
c = 0 and loop { c += 1 and puts c}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment