8 lines
76 B
Plaintext
8 lines
76 B
Plaintext
int add (int x int y){
|
|
int z = a;
|
|
return (x+z);
|
|
}
|
|
|
|
test{
|
|
int x = 1;
|
|
} |