Browse Source

DEV-3386 docs(onlyB) : add subject

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

8
subjects/onlyb/README.md

@ -2,15 +2,15 @@
### Instructions ### Instructions
Write a program that displays a `b` character on the standard output. (and nothing else) Write a program that displays a `B` character on the standard output. (and nothing else)
### Usage ### Usage
```console ```console
$ go run . $ go run .
b B
$ go run . "a" "b" $ go run . "a" "b"
b B
$ go run . "a" "b" "c" $ go run . "a" "b" "c"
b B
``` ```

Loading…
Cancel
Save