@olamundo You could use the CODE tag and preserve formatting if desired.
Just need to select 'MarkDown format'from the button under the toot editor. Here's what it looks like :
`#include <stdio.h>`
`int main () {`
`char bruxas[] = "Eu não acredito em bruxas, mas que elas existem, existem.\n";`
`char bd[] = "Boa tarde, mundo!\n";`
` printf ("%s %s", bruxas, bd);`
` return 0;`
1 }`