Contact: aviboots(AT)netvision.net.il
41,837 questions
54,522 answers
573 users
package main import "fmt" func main() { const str = "abc" fmt.Println(str) } /* run: abc */