Samwise has lost the order ID of the order he was processing. However, his friend Gandalf, remembers that it was the most recent order.
Given the orders list, which contains the orders (order_id, order_date)
sorted by recency ( older ones first ), help Samwise fetch the most recent order_id
using negative indices and print it to the screen.