Xavier
val map = mutableMapOf<String, Map<String, Int>>().withDefault { mutableMapOf<String, Int>().withDefault { 0 }}