char name[] = "Khalil";
char smiley[] = ":)";
printf("My name is %s %s\n", name, smiley);
print_aboutme();
print_projects();
print_dotfiles();
My name is Khalil :)
- π± Iβm currently learning c language programming.
- π¨βπ» Studying software engineering.
- Implementation of malloc C-lang.
- Implementation of unix shell.
- Implementation of tar from UNIX.
- Implementation of ls from UNIX.
- Implementation of basic calculator from Unix bc.
- Implementation of Unix curl.
- Assembly library.
- my_blockchain project.
- Implementation of c printf() from c-language.
- mastermind board game.
If you are interested you can find my .dotfiles here.