From 895396aeec1e3e5c6fafdef2fff2e82ce8c3140a Mon Sep 17 00:00:00 2001 From: Frenchris <34804391+Frenchris@users.noreply.github.com> Date: Thu, 2 May 2019 15:23:38 +0100 Subject: [PATCH] Formatting --- subjects/tabmult.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```