In embedded systems, communication between processors may require byte-order conversion. You are given a 32-bit unsigned integer stored in little-endian format.
Your task is to convert this value to big-endian by swapping its bytes, and print the result.