๋ฐ์ํ
[์ถ์ฒ - Nomad Coders]
package main // Go์์๋ ์ด๋ค ํจํค์ง๋ฅผ ์ฌ์ฉํ๋์ง ์์ฑํด์ค์ผ ํ๋ค.
import "fmt" // Go์์๋ "fmt"๋ผ๋ ๊ธฐ๋ณธ์ ์ธ formatting package๋ฅผ ์ ๊ณตํด ์ค๋ค.
func main() {
fmt.Println("Hello world!") // stdout ์ผ๋ก ํ์ค ๋ฌธ์์ด ์ถ๋ ฅ์ ์ ๊ณตํ๋ ํจ์
}
๋ฐ์ํ
'Data Base > Go' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[์ฝ๊ณ ๋น ๋ฅธ Go ์์ํ๊ธฐ] #1.3 Functions part One (0) | 2021.10.26 |
---|---|
[์ฝ๊ณ ๋น ๋ฅธ Go ์์ํ๊ธฐ] #1.2 Variables and Constants (0) | 2021.10.26 |
[Golang] main.go (0) | 2021.10.26 |
[Golang] Go๋ ๋ด๊ฐ ์ํ๋ ๊ณณ์ ๋๋ ํ ๋ฆฌ๋ฅผ ๋ง๋ค์ด์ ์ฌ์ฉํ ์ ์๋ค. (0) | 2021.10.26 |
[Golang] Go ์ค์นํ๊ธฐ (0) | 2021.10.26 |
๋๊ธ