public/subjects/listpushparams
xpetit 46f4ddc49e
Simplify prompt, execution of Go programs, fix typos
2021-04-28 11:47:34 +02:00
..
README.md Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00

README.md

listpushback

Instructions

Write a program that creates a new linked list and includes each command-line argument in to the list.

  • The first argument should be at the end of the list

And its output :

$ go run . choumi is the best cat
cat
best
the
is
choumi
$