Define a recursive function prefix that accepts a positive integer n and a list xs as input, and returns a list containing only the first n elements in xs. - This function must have a recursive definition and does not use any library functions!