"Go Print()"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
21번째 줄: 21번째 줄:


[[분류: Go]]
[[분류: Go]]
[[분류: Go 패키지 fmt]]

2023년 1월 27일 (금) 01:53 판

1 개요

Go Print()
package main

import "fmt"

func main() {
    fmt.Print("hello" + "world")
    fmt.Print("1+1=", 1+1)
}

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}