Browse Source

Update README.md

DEV-3241-DEV-3242-corewar
Hamza elkhatri 2 years ago committed by Dav Hojt
parent
commit
17e70838ea
  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