This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Caesar50.c | |
* This program encrypts texts using Caesar's cipher. | |
* by shiftting the letters k times according to what the user inputs. | |
* the command line arguments should be only 2 arguments otherwise it won't work | |
* */ | |