Skip to main content
Source Link
Jason C
  • 26.3k
  • 6
  • 61
  • 131

not quoted, but highlighted

printf("here's some code\n");
int x = 99 + 100;

quoted and highlighted

printf("here's some code\n");
int x = 99 + 100;
Post Made Community Wiki by Jason C