Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
CrazyWebTemps
CrazyWebTemps
/
t
/
t4018
/
cpp-skip-comment-block
Code
Commits
Pulls
CI/CD
81,348
maint
bisect
jch
maint
master
next
seen
test
todo
text
9 lines
86 Bytes
Copy permalink
Copy
Raw
1
struct item RIGHT(int i)
2
// Do not
3
// pick up
4
/* these
5
** comments.
6
*/
7
{
8
ChangeMe;
9
}