Пуск ❯
×
Змінити орієнтацію
Змінити тему, темна/світла
package main import ("fmt") func main() { for i:=0; i < 5; i++ { fmt.Println(i) } }
0
1
2
3
4