From 9767d8d33fad9676dac498ee353389333b1f8841 Mon Sep 17 00:00:00 2001 From: zhantolin <52797876+zhantolin@users.noreply.github.com> Date: Thu, 21 Nov 2019 13:15:37 +0600 Subject: [PATCH] test -> printparams --- subjects/printparams.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/printparams.en.md b/subjects/printparams.en.md index c521b866..b11a9357 100644 --- a/subjects/printparams.en.md +++ b/subjects/printparams.en.md @@ -7,12 +7,12 @@ Write a **program** that prints the arguments received in the command line. Example of output : ```console -student@ubuntu:~/piscine-go/test$ go build -student@ubuntu:~/piscine-go/test$ ./printparams choumi is the best cat +student@ubuntu:~/piscine-go/printparams$ go build +student@ubuntu:~/piscine-go/printparams$ ./printparams choumi is the best cat choumi is the best cat -student@ubuntu:~/piscine-go/test$ +student@ubuntu:~/piscine-go/printparams$ ```