This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
// Ajam: I might be abrasive but at least I make the effort for people. | |
// I'm surprised you couldn't be bothered to do the 50 lines yourself | |
// after the hour I put in, but I'm a man of my word. | |
// It did indeed take me about 20 minutes to find. It uses a quotient filter. | |
import ( | |
"bufio" | |
"flag" | |
"fmt" |