diff --git a/07-printf/questions/questions.md b/07-printf/questions/questions.md index c055509..16b56af 100644 --- a/07-printf/questions/questions.md +++ b/07-printf/questions/questions.md @@ -40,12 +40,12 @@ * %v *CORRECT* * %t -## What does "\n" print? +## What does `"\n"` print? * \n * Prints a newline *CORRECT* * Prints an empty string -## What does "\\n" print? +## What does `"\\n"` print? * \n *CORRECT* * Prints a newline * Prints an empty string