FOP-2425-Marathon/solution/H07/src/graderPrivate/resources/h07/PeanoNumberExpressionFactory_empty.json

26 lines
No EOL
291 B
JSON

[
{
"inputs": [
],
"initial": "5",
"operation": "+",
"expected": "5"
},
{
"inputs": [
],
"initial": "10",
"operation": "*",
"expected": "10"
},
{
"inputs": [
],
"initial": "2",
"operation": "*2*",
"expected": "2"
}
]