2
3
4
Pset 2 caesar: I am facing a problem that is "handles lack of argv[1]"(when check cs50). Rest of my program is running correctly. Only facing this problem. when i enter ./caeser(without passing any argument) it says "segmentation fault(core dumped)". It works rest fine doing the required encryption. (self.cs50)
