mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 08:22:08 +08:00
9 lines
136 B
C++
9 lines
136 B
C++
#include "cstarmathpars.h"
|
|
|
|
int main()
|
|
{
|
|
std::wstring Temp = L"37 over 7 over 7";
|
|
StarMath::CStarMathPars TempO;
|
|
TempO.Pars(Temp);
|
|
}
|