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