Write a program that displays a 1 character on the standard output and nothing else.
1
$ go run . 1 $ go run . "a" "b" 1 $ go run . "a" "b" "c" 1