Skip to content

Instantly share code, notes, and snippets.

View rodacato's full-sized avatar

Adrian Castillo rodacato

View GitHub Profile
=begin
Crowdint logical skills test.
=end
require 'rubygems'
require 'faster_csv'
@stats = {}
FasterCSV.foreach("events.csv", :col_sep =>"\t", :headers => :first_row) do |row|