rustic-sysy/sysy_sets/12_addc.sy

5 lines
61 B
Plaintext
Executable File

//test addc
const int a = 10;
int main(){
return a + 5;
}