Here some text with & taht is converted

```c
#include 

int main(){
    int number = 7;
    int *pointerTOnumber = &number;
}
```