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