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