Browse Source

Merge pull request #368 from 01-edu/collatzcountdown

Fix the output of the number of steps in a collatz countdown
content-update
augusto-mantilla 5 years ago committed by GitHub
parent
commit
c2e8314c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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