readme typo

This commit is contained in:
Mpho raf
2025-01-24 21:04:29 +02:00
parent d618da143e
commit 23a8817e7c

View File

@@ -4,7 +4,7 @@ This examples shows the power of void pointers and how you can use them to refer
Multiple pointer types using a single pointer.
## build and run
```
```bash
gcc pointer.c -o multipointer
./multipointer
```bash
```