I am software engeneering student. I am compleatly new to programming and want expand my knowledge of code. I want to learn as many languages as I possibly can.
int main() { person *me = new person; while (me->awake()) { me->code(); } }