Browse Source

corrected

pull/1247/head
zainabdnaya 2 years ago
parent
commit
e85d79f272
  1. 3
      subjects/concat2argument/README.md

3
subjects/concat2argument/README.md

@ -2,7 +2,8 @@
### Instructions
Write a program that concatenates two arguments and prints the result:
Write a program that concatenates two arguments and prints the result:
- If the number of arguments is not 2, return newline.
- If the two arguments are empty return newline.

Loading…
Cancel
Save