mirror of https://github.com/01-edu/public.git
Browse Source
- subject for this exercise was missing docs(displayP): fix name - fixed folder name / exercise name docs(displayP): removed wrong folder docs(displayP): fix subject grammar - fixed grammar docs(displayp): ran prettier formatpull/1380/head
jotapero
2 years ago
committed by
José Rosendo
1 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@
|
||||
## displayp |
||||
|
||||
### Instructions |
||||
|
||||
Write a program that displays a character `P` followed by a newline `\n`. |
||||
|
||||
### Usage |
||||
|
||||
```console |
||||
$ go run . | cat -e |
||||
P$ |
||||
$ |
||||
$ go run . "a" "b" | cat -e |
||||
P$ |
||||
$ |
||||
$ go run . "a" "b" "c" | cat -e |
||||
P$ |
||||
$ |
||||
``` |
Loading…
Reference in new issue