Skip to content

n704/line_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

line_reader

This is simple line reader for Files.

Instead of reading file in loop by scanner, this generated ReadLine function that returns line and bool if its successful or not.

Running

file_reader -file /path/to/file

This command read main file /path/to/file