0 / 60 seg.

What does this code print?

enum Positions: Int {
  case first, second, third, other
}
print (Positions.other.rawValue)