lab-development-imb/web/06/demos/helloworld.go

8 lines
73 B
Go

package hello
import "fmt"
func main() {
fmt.Println("hello world")
}