public/subjects/only1
jrosendo b1960dc26b docs(only1): fixed subject
- syntax fix
2022-12-05 16:52:54 +00:00
..
README.md docs(only1): fixed subject 2022-12-05 16:52:54 +00:00

README.md

only1

Instructions

Write a program that displays a 1 character on the standard output and nothing else.

Usage

$ go run .
1
$ go run . "a" "b"
1
$ go run . "a" "b" "c"
1