intimate/tasks/openrec/openrec_task2/main.go

9 lines
111 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(oer)
2020-07-07 10:39:24 +00:00
ht.Execute()
}