Skip to content

Vowels encoder / decoder

License

Notifications You must be signed in to change notification settings

dnozdrin/vowels-coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vowels-coder logo

vowels-coder

Vowels encoder / decoder


vowels-coder encodes and decodes a given string in English by replacing vowels according to the next map:

Letter Number
a 1
e 2
i 3
o 4
u 5

Badges

dnozdrin codecov dnozdrin License Release

Installation

  • Clone the repository
  • In the main directory run go run build to build the project

Usage

  • To encode a string, run ./vowels-coder, enter the text that must be encoded.
  • To decode a string, run ./vowels-coder -d, enter the text that must be decoded.