Skip to content

Instantly share code, notes, and snippets.

@ip-rw
ip-rw / main.go
Created October 22, 2023 09:57
Ajam: exhausting.
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"