Thursday, October 8, 2009

I figured out how to code the maple leafs games into C++

int main(){
int x = 0;
char y;
# w = win, l = loss

if (x = 1){
y = "w";
}else{
y = "l";
}
}