Skip to content

Instantly share code, notes, and snippets.

@zooniverse
Created April 8, 2011 14:20
Show Gist options
  • Save zooniverse/909930 to your computer and use it in GitHub Desktop.
Save zooniverse/909930 to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby
count = 0
ARGF.each do |line|
count += 1
end
puts "#{count} 'loves' for Justin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment