class Tryouts

def err *msg

def err *msg
  msg.each do |line|
    STDERR.puts Console.color :red, line
  end
end