BulatTestTask

Linux building

  1. cd <repo_path>
  2. do make c or make c++ or make

Running

  1. Create file.txt and put two integer numbers into (rows and columns)
  2. ./C/a.out file.txt result.txt or ./C++/a.out file.txt result.txt