Browse Source

corrected

pull/1247/head
zainabdnaya 2 years ago
parent
commit
1d38023a7a
  1. 2
      subjects/concat2argument/README.md
  2. 0
      subjects/weareunique/README.md

2
subjects/concat2argument/README.md

@ -4,7 +4,7 @@
Write a program that concatenates two arguments and prints the result:
- If the number of arguments is not 2, print (`'\n'`).
- don't concatenate the two arguments with space.
- If the two arguments are empty returns (`'\n'`).
### Usage

Loading…
Cancel
Save