9 lines
135 B
Plaintext
Raw Normal View History

2021-09-06 20:06:41 +03:00
service Calc("calc"):
add(n: f32)
subtract(n: f32)
multiply(n: f32)
divide(n: f32)
reset()
getResult() -> f32