package main import "fmt" func main() { var age int // variable declaration fmt.Println("my age is", age) }