Browse Source

Update README.md

DEV-4017-prototypes-exercise-1-animals
Hamza elkhatri 2 years ago committed by José Rosendo
parent
commit
cf5dd2d70d
  1. 6
      subjects/onlyf/README.md

6
subjects/onlyf/README.md

@ -8,9 +8,9 @@ Write a program that displays an `f` character on the standard output. (and noth
```console ```console
$ go run . $ go run .
a f
$ go run . "a" "b" $ go run . "a" "b"
a f
$ go run . "a" "b" "c" $ go run . "a" "b" "c"
a f
``` ```

Loading…
Cancel
Save