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