## revparams ### Instructions Write a **program** that prints the arguments received in the command line in reverse order. Example of output : ```console $ go run . choumi is the best cat cat best the is choumi $ ```