Contact: aviboots(AT)netvision.net.il
39,890 questions
51,819 answers
573 users
package main import "fmt" func main() { const str = "abc" fmt.Println(str) } /* run: abc */