var slice []string
for i := 33; i <= 200; i += 1 {
slice = append(slice, string(i))
}

fmt.Println(slice)



JVM언어에 길들여진 나로서는 당혹스러워