Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 355 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 355 Bytes

Newline converter

Convert newline character between Windows and Linux. Written in C++ as a practice.

Prerequisites

  • g++

How to run

Command to build executable:

g++ -o newline_converter src/newline_converter.cpp

Command to run:

./newline_converter

The program is interactive, so just give appropriate input when prompted.