Let\'s say we have char* str = "Hello world!\\n". Obviously when you print this you will see Hello world!, but I want to make it so it wi
char* str = "Hello world!\\n"
Hello world!