public/subjects/only1/README.md

201 B

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