mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
This is more of a meta thing, since it's not seeing active development, but is just a way for me to build some Serenity parts and include them in other projects. Move it out of the root to keep things tidy.
4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
endpoint Simple {
|
|
ComputeSum(i32 a, i32 b, i32 c) => (i32 sum)
|
|
}
|