Knight's tour: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 11,525: Line 11,525:
=={{header|Wren}}==
=={{header|Wren}}==
{{trans|Kotlin}}
{{trans|Kotlin}}
<syntaxhighlight lang="ecmascript">class Square {
<syntaxhighlight lang="wren">class Square {
construct new(x, y) {
construct new(x, y) {
_x = x
_x = x