Browse Source

Fix the output of the number of steps in a collatz countdown

content-update
Augusto 5 years ago
parent
commit
15afac8991
  1. 8
      subjects/collatzcountdown.en.md

8
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$
```

Loading…
Cancel
Save