1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00
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;
}
}