From 15afac8991c8e7e14525ec354abdf10b228ae6c9 Mon Sep 17 00:00:00 2001 From: Augusto Date: Mon, 2 Dec 2019 17:45:27 +0000 Subject: [PATCH] Fix the output of the number of steps in a collatz countdown --- subjects/collatzcountdown.en.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/collatzcountdown.en.md b/subjects/collatzcountdown.en.md index 43326a01..6c0581f1 100644 --- a/subjects/collatzcountdown.en.md +++ b/subjects/collatzcountdown.en.md @@ -35,8 +35,8 @@ func main() { And its output : ```console -student@ubuntu:~/[[ROOT]]/test$ go build -student@ubuntu:~/[[ROOT]]/test$ ./test -10 -student@ubuntu:~/[[ROOT]]/test$ +student@ubuntu:~/{{ROOT}}/test$ go build +student@ubuntu:~/{{ROOT}}/test$ ./test +9 +student@ubuntu:~/{{ROOT}}/test$ ```