Browse Source

fixes

pull/185/head
Christopher Fremond 5 years ago
parent
commit
0d476149ba
  1. 8
      subjects/collatzcountdown.en.md
  2. 8
      subjects/collatzcountdown.fr.md

8
subjects/collatzcountdown.en.md

@ -4,8 +4,6 @@
Write a function, CollatzCountdown, that returns the number of steps to reach 1 using the collatz countdown. Write a function, CollatzCountdown, that returns the number of steps to reach 1 using the collatz countdown.
The function must have the following signature.
### Expected function ### Expected function
```go ```go
@ -35,8 +33,8 @@ func main() {
And its output : And its output :
```console ```console
student@ubuntu:~/student/collatzcountdown$ go build student@ubuntu:~/student/test$ go build
student@ubuntu:~/student/collatzcountdown$ ./collatzcountdown student@ubuntu:~/student/test$ ./test
10 10
student@ubuntu:~/student/collatzcountdown$ student@ubuntu:~/student/test$
``` ```

8
subjects/collatzcountdown.fr.md

@ -4,8 +4,6 @@
Write a function, CollatzCountdown, that returns the number of steps to reach 1 using the collatz countdown. Write a function, CollatzCountdown, that returns the number of steps to reach 1 using the collatz countdown.
The function must have the following signature.
### Expected function ### Expected function
```go ```go
@ -35,8 +33,8 @@ func main() {
And its output : And its output :
```console ```console
student@ubuntu:~/student/collatzcountdown$ go build student@ubuntu:~/student/test$ go build
student@ubuntu:~/student/collatzcountdown$ ./collatzcountdown student@ubuntu:~/student/test$ ./test
10 10
student@ubuntu:~/student/collatzcountdown$ student@ubuntu:~/student/test$
``` ```

Loading…
Cancel
Save