mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@9849 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8c9ea557f3
commit
397349b7fd
3 changed files with 16 additions and 0 deletions
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue