About me in C Language:
#include<libraries.h>intmain(void)
{
char*school="Codam Coding College";
char*projects[] = {"Webserv","C++ Modulos","Containers"};
char*languages[] = {"C","C++","Swift","Python","HTML/CSS"};
char*tools[] = {"MacOS","Vim/Emacs","Google Cloud","Visual Studio Code"};
intexperience;
intsuccess;
while(learning(languages)) {
evaluating(projects);
peer_to_peer(school);
new_skills(tools);
experience++;
}
success=ten_thousand_hours(experience);
return(success);
}
