From 9f71a71e5672d8827af041018b37e68f012460a7 Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Fri, 26 Apr 2019 12:48:02 +0100 Subject: [PATCH] reformatting and correction of title --- subjects/{paramcount.md => paramcount.en.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename subjects/{paramcount.md => paramcount.en.md} (89%) diff --git a/subjects/paramcount.md b/subjects/paramcount.en.md similarity index 89% rename from subjects/paramcount.md rename to subjects/paramcount.en.md index cc93c365..c11c7171 100644 --- a/subjects/paramcount.md +++ b/subjects/paramcount.en.md @@ -2,12 +2,12 @@ ### Instructions -Write a program that displays the number of arguments passed to it, followed by +Write a program that displays the number of arguments passed to it. This number will be followed by a newline. If there are no arguments, just display a 0 followed by a newline. -Example of output : +Examples of outputs : ```console student@ubuntu:~/student/paramcount$ go build