TEMPLATE = app
CONFIG += console
CONFIG -= qt

SOURCES += main.cpp \
    Matrix.cpp

HEADERS += \
    Matrix.h
