inahandbasket (
inahandbasket) wrote2001-10-03 01:41 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
(no subject)
void main() {
if(today == beautiful)
{play(frisbee);
}
today = beautiful;
}
void play(string sport) {
cout<<"playing frisbee, please wait...";
}
if(today == beautiful)
{play(frisbee);
}
today = beautiful;
}
void play(string sport) {
cout<<"playing frisbee, please wait...";
}