blob: 27d1996d060a04cbcc0a680fccb04f37fcf8aba6 [file]
package main
import "fmt"
const incr = "INCR"
func main() {
fmt.Println(incr)
}