Editing BensonKhau
#include <iostream> #include <cmath> using namespace hmc; //<b>O_O</b>; int main(int ARGH) { if(ARGH) return -1; cout << "Sontag 107" << endl; cout << "Year of 2012" endl; cout << endl; unsigned int freeTime; while(freeTime) { cout << "Procrastinating" << endl; useTime() freeTime -= 1; } doHomework(); return 0; } void useTime() { playGame(); readManga(); surfWeb(); } void playGame(); { vector<string> choices = ["all_the_things"]; /* omitted */ } void readManga(); { /* omitted */ } void surfWeb(); { /* omitted */ } void doHomework(); { /* omitted */ }
Summary:
This change is a minor edit.
(Visit
Preferences
to set your user name.)