Update README.md

This commit is contained in:
Christopher Fremond 2021-07-02 17:53:31 +01:00 committed by GitHub
parent e5adef72a8
commit 7ff0f2c9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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