1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-03-09 02:16:51 +00:00
flake-parts/examples/project-commands/Hello.avdl

6 lines
90 B
Text
Raw Normal View History

2023-06-23 19:31:43 +02:00
protocol Hello {
record Hello {
string message;
int timestamp;
}
}