You must log in or register to comment.
Instead of this:
cout << "Hello world.\n";
You can do this:
cout << "Hello world." << endl;
something has replaced your lessthan signs with their HTML counterparts. such a silly thing to do in a code block
I think that’s client side. Doesn’t happen for me.
same here. AP isn’t standardized enough, apparently
nah its a lemmy app on android that didn’t get an update in ages. probably just uses a faulty markdown renderer
The fact that you used the namespace for
cout
but not forendl
inordinately bothers me