1package main 2 3import "fmt" 4 5const incr = "INCR" 6 7func main() { 8 fmt.Println(incr) 9}
View as plain text