Given an input string, write a function that reverses the order of the words. Words are separated by spaces. The function should preserve the letters in each word, but reverse the sequence of words in the input string.
Input: "hello world program"
Output: "program world hello"
Today, on March 24, we celebrate the spirit of innovation and growth. Use this challenge as a stepping stone to improve your string manipulation skills and coding efficiency.
Happy coding!