6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
//test global var define
|
|
const int a = 10;
|
|
|
|
int main(){
|
|
return a;
|
|
} |