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