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