Pugusaurs
Still the most intersting stuff on any web.
Monday, February 2, 2015
void whatIf(Scenario s)
{
if !(s.happened()) && (s.worth() >= g_It)
{
s.run();
whatIf(s);
}
Return;
}
No comments:
Post a Comment
new
old
home
Post Comments (Atom)
No comments:
Post a Comment