elma_developer_test/main.go

11 lines
206 B
Go
Raw Normal View History

2022-09-16 13:48:36 +03:00
package main
2022-11-29 22:04:09 +03:00
import "gotest/solutions"
2022-11-29 22:04:09 +03:00
var URL = "https://kuvaev-ituniversity.vps.elewise.com/tasks/Чудные вхождения в массив"
2022-09-30 23:35:21 +03:00
2022-11-29 22:04:09 +03:00
func main() {
solutions.NewService().MakeGet(URL)
2022-09-16 13:48:36 +03:00
}