From d48255669aabc1c7e7df171e1f06084c776dbd9b Mon Sep 17 00:00:00 2001 From: Augusto Date: Fri, 20 Dec 2019 13:53:06 +0000 Subject: [PATCH] Add back quotes --- subjects/go-reloaded.audit.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/go-reloaded.audit.en.md b/subjects/go-reloaded.audit.en.md index 8cb5ebb20..5b1ef9e14 100644 --- a/subjects/go-reloaded.audit.en.md +++ b/subjects/go-reloaded.audit.en.md @@ -21,9 +21,9 @@ ##### Try with the argument: "8292" ###### Does the function Atoi returns 8292?•1 ##### Try with the argument: "9223372036854775807" -###### Does the function Atoi returns 9223372036854775807•1 +###### Does the function Atoi returns `9223372036854775807`?•1 ##### Try with the argument: "-9223372036854775808" -###### Does the function Atoi returns -9223372036854775808•1 +###### Does the function Atoi returns `-9223372036854775808`?•1 #### RecursivePower