8
examples/tests/double_printf.c
Archivo normal
8
examples/tests/double_printf.c
Archivo normal
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
int x = 42;
|
||||
printf("first\n");
|
||||
printf("second\n");
|
||||
return 0;
|
||||
}
|
||||
Referencia en una nueva incidencia
Block a user