Browse Source

Update README.md

1124-swap-args
Hamza elkhatri 2 years ago committed by GitHub
parent
commit
0846b824c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/swapargs/README.md

4
subjects/swapargs/README.md

@ -6,7 +6,7 @@ Write a program that takes two arguments and swaps them
- Separate the arguments with (`' '`)
- Print (`'\n'`) at the end of the output.
### Example
### Usage
```console
$ go run . | cat -e
@ -15,4 +15,4 @@ $ go run . 1 2 | cat -e
2 1$
$ go run . "World" "Hello" | cat -e
Hello! World$
```
```

Loading…
Cancel
Save