Browse Source

DEV-3389 docs(onlys):add subject

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

16
subjects/onlys/README.md

@ -0,0 +1,16 @@
## onlys
### Instructions
Write a program that displays an `S` character on the standard output. (and nothing else)
### Usage
```console
$ go run .
S
$ go run . "a" "b"
S
$ go run . "a" "b" "c"
S
```
Loading…
Cancel
Save