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