Implement `combine(n, k)` returning all `k`-length combinations of the numbers `1..n`, in standard backtracking order.
Run your code to see results.