Namespace Colm

using namespace Colm::Ramble

#include "frontpage.h"

int main(void)
{
// Not a lot here at the moment - sorry. Things will get better

getBlog(); // I am currently adding stuff there

getResume(); // If you'd like to hire me

getPortfolio(); // perhaps you'd like to see my work

getOtherDevelopers(); // This goes to some elite coders

return 0;
}