for, while loops / while loop / Essential Go

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