published on April 01, 2020Just a DemoHello World.package main import "fmt" func main() { fmt.Println("hello world") }