#include using namespace std; #include "jabberwocky.h" void main(){ Jabberwocky j; cout << j.hunger << endl; j.feed(); cout << j.hunger << endl; }