Comment on Java is becoming the new CobolparentComments−lsb18ythat ruby code looks awfully verbose. you probably wantputs STDIN.inject(0) {|sum,line| sum + 1}
Comments
that ruby code looks awfully verbose. you probably want
puts STDIN.inject(0) {|sum,line| sum + 1}