8 lines
74 B
C++
8 lines
74 B
C++
|
#include "br_tree.h"
|
||
|
|
||
|
using namespace std;
|
||
|
|
||
|
int main() {
|
||
|
br_tree b;
|
||
|
}
|