elma_developer_test/main.go

11 lines
206 B
Go

package main
import "gotest/solutions"
var URL = "https://kuvaev-ituniversity.vps.elewise.com/tasks/Чудные вхождения в массив"
func main() {
solutions.NewService().MakeGet(URL)
}