brave-clojure-web
brave-clojure-web copied to clipboard
Update commented output to be the correct output for the function "connect-down-left"
The commented output for the function connect-down-left
is now
{1 {:connections {4 2}
4 {:connections {1 2}}}}
but the correct output is
{1 {:connections {4 2}}
4 {:connections {1 2}}}