📝 **Task:** Define an async function \`hello()\` that returns the string \`"hello async"\`. Use \`asyncio.run\` to call it and print the result.\nExpected: hello async
📋 Edit the starter code below. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.