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