Browse Source

DEV-3385 docs(onlyf):add subject

DEV-4017-prototypes-exercise-1-animals
hamza 2 years ago committed by José Rosendo
parent
commit
79c96d1a7d
  1. 16
      subjects/onlyf/README.md

16
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
```
Loading…
Cancel
Save