Implement `swap(a, b)` returning the two arguments as an array in reversed order `[b, a]`.
Run your code to see results.