1
0
mirror of https://github.com/fluencelabs/examples synced 2025-05-03 14:42:16 +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