Skip to content

Instantly share code, notes, and snippets.

@Mokka68
Mokka68 / caesar.c
Created January 23, 2018 02:11
this is my solution to Caesar in CS50
/**
* 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
* */