Snake inBox

Sign in to test your solution.
type Coordinate = (Int,Int) width :: Int width = 64 height :: Int height = 64 inBox :: Coordinate -> Bool inBox (x,y) = undefined
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.