import Playgrounds

#Playground {
    enum Number {
       case one
       case two
       case three
    }
}