mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Christopher Fremond
1668179e90
|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago |
README.md
revparams
Instructions
Write a program that prints the arguments received in the command line in reverse order.
Example of output :
$ go run . choumi is the best cat
cat
best
the
is
choumi
$