Menu
LogoLingCourseTAResearch
Programming
  • Container
  • Go
  • Python
  • JavaScript
  • Java
  • C++
  • Database
LinuxPhilosophy下厨房Blog
GitHub
LogoLing
  • Course
  • TA
  • Research
  • Programming
    • Container
    • Go
    • Python
    • JavaScript
    • Java
    • C++
    • Database
  • Linux
  • Philosophy
  • 下厨房
  • Blog
  • GitHub
  • Go
  • Hello, 世界
  • Package
  • Basic Type
  • Variable
  • Operator
  • Function
  • Condition
  • Defer
  • Pointer
  • Structs
  • Array
  • Map
  • New or Make
  • Methods and Interfaces
    • Method
    • init
    • Interface
  • Concurrency
    • Goroutine
    • WaitGroup
    • Channel
    • Select
    • Mutex
  • Code Organization
  • Dev

Hello, 世界

go version go1.13.3 linux/amd64
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}
Edit this page
Last updated on 8/23/2020
Previous
« Go
Next
Package »
Copyright © 2024 Ling. Built with Docusaurus.