2023-09-03 11:30:50 +02:00

9 lines
105 B
Kotlin

package net.mezimmah.wkt9.inputmode
enum class Status {
CAP,
UPPER,
LOWER,
NUM,
NA
}