epixinvites

16
reputation
#include <life.h>
void awake{
    study(C++);
}
int main(){
    while(is_alive){
        awake();
    }
}