4 lines
110 B
Factor
4 lines
110 B
Factor
|
|
USING: modules.using ;
|
||
|
|
IN: modules.using.tests
|
||
|
|
USING: prettyprint localhost::modules.test-server ;
|
||
|
|
rpc-hello .
|