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

잔글 (Jmnote님이 Go fmt.Print() 문서를 Go Print() 문서로 이동하면서 넘겨주기를 덮어썼습니다)
잔글 (봇: Go 패키지 fmt을(를) Go fmt 패키지(으)로 분류 대체함)
 
20번째 줄: 20번째 줄:
* https://gobyexample.com/values
* https://gobyexample.com/values


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

2023년 5월 27일 (토) 20:35 기준 최신판

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 }}