mirror of
https://github.com/fluencelabs/examples
synced 2024-12-13 23:05:40 +00:00
9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
service Calc("calc"):
|
|
add(n: f32)
|
|
subtract(n: f32)
|
|
multiply(n: f32)
|
|
divide(n: f32)
|
|
reset()
|
|
getResult() -> f32
|
|
|