QuickWrench
Don't Read This
- Joined
- Jan 28, 2002
- Messages
- 1,010
string CompleteThisSentence
{
string s = "0010 B :: ! 0010 B...";
string sRet = "";
return s + sRet;
}
What should sRet = ?
(bored...oh, so bored...)
{
string s = "0010 B :: ! 0010 B...";
string sRet = "";
return s + sRet;
}
What should sRet = ?
(bored...oh, so bored...)
