Created
November 1, 2020 14:25
-
-
Save kirugan/5fa6a40c280ec27b47f8441e1a73bd15 to your computer and use it in GitHub Desktop.
my first service specification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service Kirugan { | |
void ping(); | |
set<i32> doit(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment