6 lines
78 B
Plaintext
Executable File
6 lines
78 B
Plaintext
Executable File
// test hexadecimal define
|
|
int main(){
|
|
int a;
|
|
a = 0xf;
|
|
return a;
|
|
} |