mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
dcd10149fe
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.
3 lines
69 B
Text
3 lines
69 B
Text
endpoint Simple {
|
|
ComputeSum(i32 a, i32 b, i32 c) => (i32 sum)
|
|
}
|