Viewing output of a single code block from
Little learnings
. Press cmd+enter to evaluate code.
Show all code blocks
-
View in post
return
log(
output
=> {
output(line([
2
,
1
,
4
,
3
])(
0
,
0
));
});
run
value: [0,0,0,0]