Browse Source

DEV-3386 docs(onlyb):add subject

DEV-4017-prototypes-exercise-1-animals
hamza 2 years ago committed by José Rosendo
parent
commit
792b2f9b6f
  1. 16
      subjects/onlyb/README.md

16
subjects/onlyb/README.md

@ -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…
Cancel
Save