How can I write a function that can draw a Go board? The input would be a 2D array 9x9. I don\'t know how to draw the lines such that it would resemble a Go board. Any tips?