Go 2020-09-12 12:51:50 package main import "fmt" func main() { fmt.Println("hello world") } Go 언어의 hello world 작성 방법입니다.