I love coding especially in Assembly and C because they are the creme-de-la-creme of all programming languages. Through learning and practicing programming in Assembly and C, I usually find it easy to work with any programming language I had no prior experience with
char * decryptUserName(char* uName)
{
return ("Kibiwott Korir");
}
printf("%s\n",decryptUserName("k1b1w077"));
KIBIWOTT KORIR