Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 200 Bytes

File metadata and controls

16 lines (12 loc) · 200 Bytes

test

  • first
  • second
  • third

Here is some code, I will check its syntax-highlighting.

  for(const char * s = msg; *s; ++s)
    *s = ' ';
  • method A
  • method B
  • method C