mini-factor A limited and simplified implementation of the Unix factor program for factorisation. Example session: $ ./mini_factor 100 100: 2 2 5 5 Building: mkdir b cd b cmake .. make