Browse Source

DEV-3387 docs(only1):add subject

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

16
subjects/only1/README.md

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