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