mirror of https://github.com/01-edu/public.git
8 changed files with 37 additions and 31 deletions
@ -0,0 +1,14 @@ |
|||||||
|
## displayalpham |
||||||
|
|
||||||
|
### Instructions |
||||||
|
|
||||||
|
Écrire un programme qui affiche l'alphabet, avec les lettres paires en majuscule, et les lettres impaires en minuscule, suivi d'un newline(`'\n'`). |
||||||
|
|
||||||
|
### Utilisation |
||||||
|
|
||||||
|
```console |
||||||
|
student@ubuntu:~/student/displayalpham$ go build |
||||||
|
student@ubuntu:~/student/displayalpham$ ./displayalpham | cat -e |
||||||
|
aBcDeFgHiJkLmNoPqRsTuVwXyZ$ |
||||||
|
student@ubuntu:~/student/displayalpham$ |
||||||
|
``` |
@ -1,5 +1,5 @@ |
|||||||
## displayalpham |
## onlyz |
||||||
|
|
||||||
### Instructions |
### Instructions |
||||||
|
|
||||||
Write a program that displays a 'z' character on the standard output. |
Write a program that displays a `z` character on the standard output. (and nothing else) |
||||||
|
Loading…
Reference in new issue