Browse Source

feat: Add Subject concat 2 arguments

1148-concat-2-arguments
zainabdnaya 2 years ago
parent
commit
3b79283e08
  1. 2
      subjects/concat2argument/README.md

2
subjects/concat2argument/README.md

@ -11,7 +11,7 @@ Write a program that concatenates two arguments and prints the result:
```console
$ go run . | cat -e
$
$ go run . "Hello" " World!" | cat -e
$ go run . "Hello" "World!" | cat -e
HelloWorld!$
$ go run . " student " talented | cat -e
student talented$

Loading…
Cancel
Save