mirror of https://github.com/01-edu/public.git
hamza
2 years ago
committed by
José Rosendo
1 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@
|
||||
## only-b |
||||
|
||||
### Instructions |
||||
|
||||
Write a program that displays a `b` character on the standard output. (and nothing else) |
||||
|
||||
### Usage |
||||
|
||||
```console |
||||
$ go run . |
||||
b |
||||
$ go run . "a" "b" |
||||
b |
||||
$ go run . "a" "b" "c" |
||||
b |
||||
``` |
Loading…
Reference in new issue