Skip to content
Snippets Groups Projects
Commit 15c69686 authored by Sara Savanovic Djordjevic's avatar Sara Savanovic Djordjevic
Browse files

add: basic file structure

parent 0e382bb8
No related branches found
No related tags found
No related merge requests found
syntax = "proto3";
service NumberSortingService {
rpc SortNumbers (NumberArray) returns (NumberArray) {}
}
message NumberArray {
repeated int32 numbers = 1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment