From 619b40acfdb5f6e9dcaf76c508a098598f72826a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=81=A3?= <⁣> Date: Sun, 17 May 2020 16:52:10 +0200 Subject: [PATCH] Fix subject --- subjects/nbrconvertalpha.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/nbrconvertalpha.en.md b/subjects/nbrconvertalpha.en.md index 89c1750f..6652777c 100644 --- a/subjects/nbrconvertalpha.en.md +++ b/subjects/nbrconvertalpha.en.md @@ -12,14 +12,14 @@ A flag `--upper` should be implemented. When used the program prints the result ```console student@ubuntu:~/student/test$ go build -student@ubuntu:~/student/test$ ./nbrconvertalpha | cat -e -$ +student@ubuntu:~/student/test$ ./nbrconvertalpha student@ubuntu:~/student/test$ ./nbrconvertalpha 8 5 12 12 15 | cat -e hello$ student@ubuntu:~/student/test$ ./nbrconvertalpha 12 5 7 5 14 56 4 1 18 25 | cat -e legen dary$ student@ubuntu:~/student/test$ ./nbrconvertalpha 32 86 h | cat -e $ -student@ubuntu:~/student/test$ ./nbrconvertalpha --upper 8 5 25 | cat -e +student@ubuntu:~/student/test$ ./nbrconvertalpha --upper 8 5 25 HEY$ +student@ubuntu:~/student/test$ ```