TEMPLATE = app
CONFIG += console
CONFIG -= qt

SOURCES += main.cpp \
    String.cpp

HEADERS += \
    String.h

