Question
The QOTD Pledge
Welcome to the world of coding!

Every expert was once a beginner, and your journey starts with your very first line of code.

Let’s build confidence by printing a message that shows you're ready to take on the QOTD challenge.

Your task is simple, print the exact message:

I'm ready for QOTD challenge
Input
There is no input for this task. The program should simply display a message.
Output
The program should print:
I'm ready for QOTD challenge
Example
Output
I'm ready for QOTD challenge

Explanation
The text "I'm ready for QOTD challenge" is printed.

Online