Challange: write the shortest code to display the Fibonacci numbers up to 5000.

I’ve made a code that displays them, though the pairs (1-1, 2-3, 5-8) are all backwards (1-1, 3-2, 8-5). I don’t know how to solve it (it’s 55 byte by the way).