Hi! The first code snippet is presented in plain text:
def to_shapes(board) do
board_shape = to_shape(board)
pento_shapes = [board.active_pento|board.completed_pentos]
end
Thanks!
Hi! The first code snippet is presented in plain text:
def to_shapes(board) do
board_shape = to_shape(board)
pento_shapes = [board.active_pento|board.completed_pentos]
end
Thanks!