I wonder if the following is possible. Let's say I have the following line selected: ```C++ std::cout << "Hello, World!" << std::endl; ``` and I would like to give the prompt "Rewrite code using printf()". Is that possible?