Browse Source

Formatting

content-update
Frenchris 5 years ago committed by GitHub
parent
commit
895396aeec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/tabmult.md

4
subjects/tabmult.md

@ -6,7 +6,7 @@ Write a program that displays a number's multiplication table.
- The parameter will always be a strictly positive number that fits in an int, and said number times 9 will also fit in an int. - The parameter will always be a strictly positive number that fits in an int, and said number times 9 will also fit in an int.
Example of output : Examples of outputs :
```console ```console
student@ubuntu:~/piscine/test$ go build student@ubuntu:~/piscine/test$ go build
@ -33,4 +33,4 @@ student@ubuntu:~/piscine/test$ ./test 19
student@ubuntu:~/piscine/test$ student@ubuntu:~/piscine/test$
student@ubuntu:~/piscine/ student@ubuntu:~/piscine/
``` ```

Loading…
Cancel
Save