## only1
### 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"
$ go run . "a" "b" "c"
```