Closed BernardoMG closed 6 years ago
Use readline interface to process each line.
Note: This solution is not ideal because the program processes one line at a time.
Improvement: use of pub/sub paradigm (e.g. and )
Done.
Use readline interface to process each line.
Note: This solution is not ideal because the program processes one line at a time.
Improvement: use of pub/sub paradigm (e.g. and )