/* * created 22-06-17 by Yann Herklotz * * Tests the math class using different tests to see if matrix operations work * correctly. * */ #include "Math/math.hpp" int main() { return 0; }