Run ❯
×
Change Orientation
Change Theme, Dark/Light
package main import ("fmt") const A int = 1 func main() { fmt.Println(A) }
1