class Crispr::Reporter

def initialize

Initializes a new Reporter.
def initialize
  @killed = 0
  @survived = 0
end