6 lines
105 B
D
6 lines
105 B
D
import std.json;
|
|
|
|
long executeFx(JSONValue input)
|
|
{
|
|
return input["a"].integer + input["b"].integer;
|
|
} |