for, while loops / while loop / Essential Go

Run Settings
LanguageGo
Language Version
Run Command
package main import "fmt" func main() { for n := 0; n < 3; n++ { fmt.Printf("n: %d\n", n) } }
Editor Settings
Theme
Key bindings
Full width
Lines