package WorstCaptcha
type WordLink struct {
Word string
Link string
}
type WordLinks map[WordLink]bool