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