소 감



코 드


package main

import "fmt"

func msg(){
	fmt.Println("CAUCSE LOVE.")
}

func main() {
	for i:=0;i<5;i++{
		msg()
	}
}


나한테 할 말

Retrieved from http://wiki.zeropage.org/wiki.php/이태균/LittleAOI/반복문자열
last modified 2021-02-07 05:30:34