Run ❯
×
Change Orientation
Change Theme, Dark/Light
package main import ("fmt") func main() { var x = 10 x +=5 fmt.Println(x) }
15