6
examples/tests/simple_printf_test.c
Archivo normal
6
examples/tests/simple_printf_test.c
Archivo normal
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Simple test\n");
|
||||
return 0;
|
||||
}
|
||||
Referencia en una nueva incidencia
Block a user