public/subjects/onlyf
jrosendo 7dea33670b docs(onlyF): fixed subject
- syntax fix
2022-12-05 11:06:44 +00:00
..
README.md docs(onlyF): fixed subject 2022-12-05 11:06:44 +00:00

README.md

onlyf

Instructions

Write a program that displays an f character on the standard output and nothing else.

Usage

$ go run .
f
$ go run . "a" "b"
f
$ go run . "a" "b" "c"
f