Skip to content

Instantly share code, notes, and snippets.

@vinitshahdeo
Last active March 3, 2019 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinitshahdeo/f7228e5aff3bf0c21656a079b1306765 to your computer and use it in GitHub Desktop.
Save vinitshahdeo/f7228e5aff3bf0c21656a079b1306765 to your computer and use it in GitHub Desktop.
Coder's Way of Saying Happy Birthday
/*
@author vinitshahdeo
*/
#include<stdio.h>
main(){
char str[]="Ibqqz!Cjsuiebz",*p;
p=str;
while(*p!='\0')
--*p++;
printf("%s",str);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment