9 lines
85 B
Plaintext
9 lines
85 B
Plaintext
|
int add (int x int y){
|
||
|
return (x+y);
|
||
|
}
|
||
|
|
||
|
test{
|
||
|
while x {
|
||
|
int y = 4;
|
||
|
}
|
||
|
}
|