DevOps-Go/hello.go

3 lines
48 B
Go

func main() {
fmt.Println("Hello, World!")
}