Snake Puzzle

Snake (also known as "Tunnel") is a kind of logic puzzle. It is played on a square grid, where two cells are marked.

You need to draw a single line ("snake") between marked cells. The line never touches itself, not even diagonally.

Numbers outside the grid show how many cells must be marked in the corresponding row or column.