Jameson Gagnepain

#include <C++>
#include <Java>
#include <AutoHotkey>

/*****************************************************************
/* Hi! I'm a computer programmer from Kenosha, WI.
/* Lately I've been doing a lot of work in AutoHotkey
/* building automations for a medical equipment
/* manufacturer.
/*****************************************************************

int main()

{
cout<<"Hello World!"<<endl;
cout<<"My hobbies include:"<<endl;
cout<<"1. Spending time with my darling fiance"<<endl;
cout<<"2. Building w/ LEGO"<<endl;
cout<<"3. Juggling"<<endl;
}