school/cs235/final/test.cpp

8 lines
74 B
C++

#include "br_tree.h"
using namespace std;
int main() {
br_tree b;
}