you are viewing a single comment's thread
view the rest of the comments
[–] [S] 10 points 1 year ago* (2 children)

Instead of this:

cout << "Hello world.\n";

You can do this:

cout << "Hello world." << endl;
  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 1 year ago (1 child)

    something has replaced your lessthan signs with their HTML counterparts. such a silly thing to do in a code block

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 1 year ago (1 child)

    I think that's client side. Doesn't happen for me.

  • source
  • parent
  • hideshow 2 child comments