blob: 185870655e49a36130b934629dfb5eed3b683010 [file] [log] [blame]
library examples_7;
using pkg;
// Β‘πŸ‡·πŸ‡ΈπŸ‡·
interface Hello {
1: Say(string req) -> (string response);
};