Run ❯
Get your
own
website
×
Change Orientation
package main import ("fmt") const A int = 1 func main() { fmt.Println(A) }
1