1
0
mirror of https://github.com/fluencelabs/examples synced 2025-04-28 20:22:15 +00:00

9 lines
135 B
Plaintext
Raw Permalink Normal View History

service Calc("calc"):
add(n: f32)
subtract(n: f32)
multiply(n: f32)
divide(n: f32)
reset()
getResult() -> f32