diff --git a/subjects/onlyf/README.md b/subjects/onlyf/README.md new file mode 100644 index 00000000..81f8a233 --- /dev/null +++ b/subjects/onlyf/README.md @@ -0,0 +1,16 @@ +## 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 +```