Hashnode_BLOG_INIT()

#include<experience.h>
#include<interesting_portfolio.h>

char* content = NULL; 
//TODO: Write Content

int main (void) 
{

   if(looking_to_get_hired)
   {
      Hashnode_BLOG_INIT();
      Hashnode_GetContent(*content);
    }
    else
    {

    // Edge case. Let's leave this as a TODO: ;-)

     }

return 0;
}

Nuff said I think.