rustic-sysy/sysy_sets/45_comment1.sy

12 lines
146 B
Plaintext
Raw Normal View History

2024-08-27 18:13:31 +08:00
//test comment
int main(){
int a;
a = 5;
//int b = 4;
//a = b + a;
/*/*
b = 1;
// b = 2
*/
return a;
}