public/subjects/onlyf/README.md

202 B

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