But Nfirst

Given a [!scala]List[Int][/!][!java|python]recursive list[/!] and an integer N, return the list without the N first elements.

Your solution should be linear in time.