Skip to content

reflexit/newline_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Convert newline character between Windows and Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages