moogacs / problem-solving

Problem solving repo. for the purpose to collect problems solution with different programming language
MIT License
16 stars 51 forks source link

Create caesar.c #5

Closed faisal-zulfiqar closed 5 years ago

faisal-zulfiqar commented 5 years ago

This is the implementation of caesar cipher in c language.

moogacs commented 5 years ago

@faisal-zulfiqar thanks for your contribution, could you add a problem explanation at the beginning as comment

faisal-zulfiqar commented 5 years ago

@moogacs inside the code file as comment right?

faisal-zulfiqar commented 5 years ago

@moogacs I've added the description. Let me know if it works for you.

moogacs commented 5 years ago

@faisal-zulfiqar thanks 👍 it's merged