Another hint:
You should return an `int[2]` from `abc()` instead of `int[]`. It's faster and doesn't require a heap allocation.
Another hint:
You should return an `int[2]` from `abc()` instead of `int[]`. It's faster and doesn't require a heap allocation.