6
thecode
4y

void main(){
print("very");
funny();
}

void funny(){
print("funny, ");
funny();
}

Comments
Add Comment