intimate/tasks/openrec/openrec_task1/main.go

9 lines
122 B
Go
Raw Normal View History

2020-07-07 10:39:24 +00:00
package main
import "github.com/474420502/hunter"
func main() {
ht := hunter.NewHunter(openrecRanking)
ht.Execute()
}