diff --git a/subjects/tabmult.md b/subjects/tabmult.md index 2b3156c2..ae738db6 100644 --- a/subjects/tabmult.md +++ b/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. -Example of output : +Examples of outputs : ```console student@ubuntu:~/piscine/test$ go build @@ -33,4 +33,4 @@ student@ubuntu:~/piscine/test$ ./test 19 student@ubuntu:~/piscine/test$ student@ubuntu:~/piscine/ -``` \ No newline at end of file +```