#linear_equation_solver
This was my one day project when I was bored.
How to use :
1. enter the coefficients (a,b and c) for equation 1(int, float, etc)
2. enter the coefficients (A, B and C) for the 2nd equation(")
3. the returned list is in the formamt [x's value, y's value]
Thanks for reading
:D