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