.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@9849 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-05-20 13:32:16 +00:00
parent 8c9ea557f3
commit 397349b7fd
3 changed files with 16 additions and 0 deletions

View file

@ -26,4 +26,8 @@ CONSOLE_APP_MAIN
Compute(12, "*", 12);
Compute(12, "+56", 12);
Compute(12, "/", 0);
String res;
JsonRpcRequest("127.0.0.1:1234")("end_test") >> res;
Cout() << res << '\n';
}