Write a program that displays a b character on the standard output. (and nothing else)
b
$ go run . b $ go run . "a" "b" b $ go run . "a" "b" "c" b