Пуск ❯
×
Змінити орієнтацію
Змінити тему, темна/світла
package main import ("fmt") func main() { x:= 10 y:= 2 fmt.Println(x-y) }
8