SysYTestcases/function_2020/07_comment1.sy
ridethepig 13f3cb710a init
2023-05-16 00:56:56 +08:00

6 lines
87 B
Plaintext

int main(){
//this is a single line comment
//int a;
//a=5;
return 0;
}