/oeis

Primary LanguageGo

OEIS Query

For windows compile with: GOOS=windows GOARCH=386 go build -o oeis-query.exe

For linux compile with: GOOS=linux GOARCH=amd64 go build -o oeis-query

For OSX compile with: GOOS=darwin GOARCH=amd64 go build -o oeis-query