6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
int main(){
|
|
//this is a single line comment
|
|
//int a;
|
|
//a=5;
|
|
return 0;
|
|
} |