Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 239 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 239 Bytes

-br-adder

// When copying text into html files, we have to manually add < br > tag after every paragraph.

With this program, we just have to pass in the text file, and the < br > tag will be added after every new line ('\n') character.