import "fmt" func msg(){ fmt.Println("CAUCSE LOVE.") } func main() { for i:=0;i<5;i++{ msg() } }
LittleAOI 반복문자열 이태균/LittleAOI