/simple-text-doc-processor

A simple text document processor

Primary LanguageJava

Simple Text Document Processor

This program was an assignment of the Object Oriented Design and Analysis Course

Running the program

I included some sample md files in the io folder. Add the file path as the argument and run the program (Main class), the output file will be generated in the same folder with an extra .out extension.

Note that those original md files will be RENDERED IN MARKDOWN FORMAT when viewed on GitHub, which is FAR FROM THE SAME with the raw file as well as the output of the program.