Files
subcoding/grow/defs/add_one.yaml

13 lines
148 B
YAML
Raw Normal View History

2021-11-20 18:51:19 -10:00
global_memory_size: 1
function_memory_size: 1
2021-11-20 19:25:16 -10:00
instruction_limit: 2
2021-11-20 18:51:19 -10:00
samples:
2021-11-20 20:14:35 -10:00
- in: [0]
out: [1]
- in: [1]
out: [2]
- in: [100]
out: [101]