factor/extra/modules/using/tests/test-server.factor

3 lines
98 B
Factor

USING: modules.rpc-server ;
IN: modules.test-server service
: rpc-hello ( -- str ) "hello world" ;