TEMPLATE = app
CONFIG += console
CONFIG -= qt

SOURCES += main.cpp \
    BinarySearchTree.cpp

HEADERS += \
    BinarySearchTree.h
