DEV Community

Cover image for Hello World
yongjin huang
yongjin huang

Posted on

Hello World

test

It's my first time to write a post in the community. I'm glad to write a post to share my understandings and ideas about programming.

func main() {
    fmt.Println("Hello World")
}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)