Browse Source

Update README.md

content-update
Christopher Fremond 3 years ago committed by GitHub
parent
commit
7ff0f2c9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/swap/README.md

2
subjects/swap/README.md

@ -2,7 +2,7 @@
### Instructions
- Write a function that swaps the contents of two **pointers to an `int`** (`*int`).
- Write a function that takes two **pointers to an `int`** (`*int`) and swaps their contents.
### Expected function

Loading…
Cancel
Save