I have coded this function that prints-out the state of the board, but in the end, due to the fact that there isnt no return the function prints an nil!
Function:
adding (values) as return form for dotimes will do it:
(values)
dotimes
(dotimes (number 8 (values)) .....)
after all, show-board indeed doesn't return any values, right?
show-board