Skip to content

dimicorn/morse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text2Morse and Morse2Text Converter

To build

git clone https://github.com/dimicorn/morse.git
cd morse && mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release && make

To build with tests

The same as above, except

cmake .. && make

After this you will have two executables tests and main.

Run

After building, call the main executable to run the program:

./main

To run tests call the tests executable

./tests

About

CL Text2Morse and Morse2Text Converter in pure C

Topics

Resources

License

Stars

Watchers

Forks