class Tryouts

def cformat(*args)

def cformat(*args)
  Console.bright '%d of %d %s' % args
end