Skip to content

devbystep/line-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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.

Build Status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published