A program that solves systems of linear equations written in a file with N variables. It uses Gaussian Elimination algorithm.
All the data structures used were developed using only built-in elements.
make main
./main
# File: system_linear_equations.txt