6 lines
No EOL
90 B
Text
6 lines
No EOL
90 B
Text
protocol Hello {
|
|
record Hello {
|
|
string message;
|
|
int timestamp;
|
|
}
|
|
} |