#include #include "main.h" #include "about_me.h" int main(int argc, char* argv[]) { about_me(); return 0; }