public/subjects/onlyb
jrosendo b07d713253 docs(onlyB): fix subject
- syntax fix
2022-12-05 11:08:32 +00:00
..
README.md docs(onlyB): fix subject 2022-12-05 11:08:32 +00:00

README.md

onlyb

Instructions

Write a program that displays a B character on the standard output and nothing else.

Usage

$ go run .
B
$ go run . "a" "b"
B
$ go run . "a" "b" "c"
B