Message from @Jab
Discord ID: 398338317697024010
```CPP
char *saudi[] =
{
"There", "is", "no", "God", "but", saudi[3], "and", "Muhammad", saudi[1], "his", "prophet"
};
```
```CPP
char *saudi[] =
{
"There", "is", "no", "God", "but", saudi[3], "and", "Muhammad", saudi[1], "his", "prophet"
};
```