6
examples/tests/multiple_vars.c
Archivo normal
6
examples/tests/multiple_vars.c
Archivo normal
@@ -0,0 +1,6 @@
|
||||
int main() {
|
||||
int x = 10;
|
||||
int y = 32;
|
||||
int z = x + y;
|
||||
return z;
|
||||
}
|
||||
Referencia en una nueva incidencia
Block a user