5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
|
//test addc
|
||
|
const int a = 10;
|
||
|
int main(){
|
||
|
return a + 5;
|
||
|
}
|