4.flake-parts/examples/project-commands/Hello.avdl
2023-06-24 08:16:31 +02:00

6 lines
No EOL
90 B
Text

protocol Hello {
record Hello {
string message;
int timestamp;
}
}