rustic-sysy/sysy_sets/12_addc.sy

5 lines
61 B
Plaintext
Raw Permalink Normal View History

2024-08-27 18:13:31 +08:00
//test addc
const int a = 10;
int main(){
return a + 5;
}