XOR SOLVER This program solves XOR systems, read the pdf for more information. Usage For exemple a ^ c = 9884 b ^ c = 34 a ^ b ^ c = 165 gives matrix | 1 0 1 | | 0 1 1 | | 1 0 1 | and vector | 9884 | | 34 | | 165 |