ladybird/Meta/Lagom/SimpleIPC.ipc
Andreas Kling dcd10149fe Lagom: Move this into Meta/
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.
2019-11-18 09:07:05 +01:00

3 lines
69 B
Text

endpoint Simple {
ComputeSum(i32 a, i32 b, i32 c) => (i32 sum)
}