Solve the no connection puzzle: Difference between revisions

Content added Content deleted
(→‎{{header|jq}}: revise for jq 1.6)
m (→‎{{header|Wren}}: Minor tidy)
Line 4,236: Line 4,236:
{{trans|Kotlin}}
{{trans|Kotlin}}
{{libheader|Wren-dynamic}}
{{libheader|Wren-dynamic}}
<syntaxhighlight lang="ecmascript">import "/dynamic" for Tuple
<syntaxhighlight lang="wren">import "./dynamic" for Tuple


var Solution = Tuple.create("Solution", ["p", "tests", "swaps"])
var Solution = Tuple.create("Solution", ["p", "tests", "swaps"])