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