Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

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