8 lines
62 B
Plaintext
8 lines
62 B
Plaintext
int add (int x int y){
|
|
return true;
|
|
}
|
|
|
|
|
|
test{
|
|
int x = 4;
|
|
} |