Pick two real-life objects that have some relationship, i.e. a reason to send messages to each other. Define a class for each. Initialize it with data that makes sense, and have at least one other method for each.
Have some runner code that creates one (or more) objects in that class, and tries those methods.
This should take you no longer than 15 minutes.