C++

C++ code posted
created at 20 Jun 14:21, updated at 20 Jul 11:13

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
{
  /* Sub-section comment. */
  ++value; // Inline comment.
  // Above the line comment.
  --value; 

  /* Sub-section comment. */
  if (value == 1)
  {
  }
}
171 Bytes in 3 ms with coderay