Lamuel Cabaco V.D.M

1
reputation
2

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();
    }
}