QuicMaf/QuicMaf/app.cpp

8 lines
114 B
C++
Raw Normal View History

2019-02-15 12:57:09 +00:00
#include "maths/Equation.h"
int main() {
auto terms = split_terms("(4 + 2(2)) + 123 = 131x");
return true;
}