From 8e9858c5d6c0ed7e55fc520af36b59e9afda2591 Mon Sep 17 00:00:00 2001 From: "anhhh.11" Date: Wed, 20 May 2020 23:04:43 +0700 Subject: [PATCH] Fix github markdown not display \\n --- 07-printf/questions/questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/07-printf/questions/questions.md b/07-printf/questions/questions.md index 12927c1..c055509 100644 --- a/07-printf/questions/questions.md +++ b/07-printf/questions/questions.md @@ -55,7 +55,7 @@ * c:\\secret\\directory * c:\secret\directory *CORRECT* -## What does "\"heisenberg\"" print? +## What does `"\"heisenberg\""` print? * ERROR * heisenberg * "heisenberg" *CORRECT* @@ -87,4 +87,4 @@ * int * float64 * string *CORRECT* -* bool \ No newline at end of file +* bool