mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-03-09 02:16:51 +00:00
6 lines
90 B
Text
6 lines
90 B
Text
|
protocol Hello {
|
||
|
record Hello {
|
||
|
string message;
|
||
|
int timestamp;
|
||
|
}
|
||
|
}
|