Your contribution cannot be approved yet. please enclose all the code in code box.
See the Utopian Rules. Please edit your contribution to reapply for approval.
You may edit your post here, as shown below:
You can contact us on Discord.
[utopian-moderator]
Oh! Okay, I'll change it right now.
I have finished putting the code in the code box. I hope I did it correctly.😖
Thanks for the effort. I'll approve. But by code block, I meant a markdown code block. Please check any markdown tutorial online for inserting code blocks.
I red the markdown tutorials on how to make the code block but whenever I try the < code > < /code > command and ``` `` it will put all the text below the codes in the code block. I surely did something wrong and just can't seem to figure it out just yet :(
This:
``` int pos = 0; ```
or this:
<code>int pos = 0;</code>
will make this:
int pos = 0;