-
Go_연습1"Hello World!"코딩Coding/Go_연습 2020. 8. 22. 15:58728x90
package main import "fmt" func main() { fmt.Println("Hello World!") }
결과
반응형'코딩Coding > Go_연습' 카테고리의 다른 글
(Go) Turn asterisk-indented text lines into mind maps. (0) 2020.09.09
package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}
결과
(Go) Turn asterisk-indented text lines into mind maps. (0) | 2020.09.09 |
---|