Labyrinth Generator

node v8.17.0
version: 1.0.0
endpointsharetweet
for (var line=1; line<11; line++) { for(var i=1;i<11;i++) { var s = (Math.floor((Math.random()*2)%2)) ? "╱" : "╲"; console.log(s); } }
Loading…

no comments

    sign in to comment