mirror of https://github.com/01-edu/public.git
estlop
2 years ago
committed by
Dav Hojt
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@
|
||||
## concatenate |
||||
|
||||
### Instructions |
||||
|
||||
Write a program that displays all the arguments as a single string. If there are not enough arguments it should display a new line. |
||||
|
||||
### Usage |
||||
|
||||
```console |
||||
$ go run . hello there chris | cat -e |
||||
hellotherechris$ |
||||
$ go run . a b c d| cat -e |
||||
abcd$ |
||||
``` |
Loading…
Reference in new issue