Prime factoriser Enter a number and get its prime factors To build the command line program: cargo build --release -p primes-cli To build the GUI program: cargo build --release -p primes-gui