aboutsummaryrefslogtreecommitdiff
path: root/trade.c
blob: 1434a05fbd1cd07844f648d98d9828f5b5f36078 (plain)
1
2
3
4
5
6
#include "7w.h"

//0 is east, 1 is west
int get_trade(int direction) {

}
bgstack15