How can I add the following line to the body of my vs code CPP snippet?

Viewed 11
#define endl "\n"

How can I add above mention code as user snippet in my VS Code as when I am trying to do so it just printing a new line instead of above code

0 Answers
Related