11
examples/tests/simple_complex_test.c
Archivo normal
11
examples/tests/simple_complex_test.c
Archivo normal
@@ -0,0 +1,11 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
int x = 5;
|
||||
int y = 3;
|
||||
int result = (x + y) * (x - y) + x % y;
|
||||
|
||||
printf("Complex expression result: %d\n", result);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Referencia en una nueva incidencia
Block a user