The preface
int main(){ assert(partOne()==2); return 0; }
Some other stuff ...
int partOne(){ return 2; }
It's done.