Task
📝 **Task:** Define a \`Cat\` class with \`name\` and a method \`meow()\` returning "<name> says meow!". Create \`Cat("Mia")\` and print the result. Expected: Mia says meow!
📋 Edit the starter code below. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.