##Task##
Input: file1.txt and file2.txt
Create a new file of lines from file2.txt that are not found in file1.txt.
Task create in general. Without hard code file names in the java task. You can use file name in tests.
Example.
LineRemover.removeLines(file1, file2, file3);
File for test please look at directory src/test/resources
##Real task.##
Create files with companies(from file companies.txt) that are not found in the file slovar.txt.
