Browse Source

feat: Add Subject concat 2 arguments

1148-concat-2-arguments
zainabdnaya 2 years ago
parent
commit
0747862ca0
  1. 4
      subjects/concat2argument/README.md

4
subjects/concat2argument/README.md

@ -13,8 +13,8 @@ $ go run . | cat -e
$
$ go run . "Hello" " World!" | cat -e
HelloWorld!$
$ go run . " student" talented | cat -e
talented student$
$ go run . " student " talented | cat -e
student talented$
$ go run . "Hello" "student" talented ! | cat -e
$
```
Loading…
Cancel
Save