11 lines
126 B
C
11 lines
126 B
C
![]() |
int main()
|
||
|
{
|
||
|
int i;
|
||
|
int k;
|
||
|
int more_indented;
|
||
|
int l;
|
||
|
|
||
|
char *str = "/* this is no comment */";
|
||
|
return 0;
|
||
|
}
|