6 lines
91 B
Cap'n Proto
Raw Permalink Normal View History

2020-02-08 18:36:21 +01:00
@0x8c309c720de8cf7c;
interface Echoer {
echo @0 (input : Data) -> (output : Data);
}