mirror of https://github.com/01-edu/public.git
hamza
2 years ago
committed by
José Rosendo
1 changed files with 16 additions and 0 deletions
@ -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…
Reference in new issue