Browse Source

DEV-3386 docs(onlyB) : add subject

pull/1621/head
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
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
```console
$ go run .
b
B
$ go run . "a" "b"
b
B
$ go run . "a" "b" "c"
b
B
```

Loading…
Cancel
Save