# Fermat Primality Test This small go program tests numbers for primality using the fermat primality test. ## Getting started Simply start the program with: ```bash go run cmd/fermatprimalitytest/main.go ```