package main

import "fmt"

func main() {
    name := "Go Developers"
    fmt.Println("Azure for", name)
}
