Пуск ❯
×
Змінити орієнтацію
Змінити тему, темна/світла
package main import ("fmt") const A int = 1 func main() { fmt.Println(A) }
1