9
examples/hello.c
Archivo normal
9
examples/hello.c
Archivo normal
@@ -0,0 +1,9 @@
|
||||
// Example C programs for testing
|
||||
|
||||
// examples/hello.c
|
||||
int printf(const char* format, ...);
|
||||
|
||||
int main() {
|
||||
printf("Hello, World!\n");
|
||||
return 0;
|
||||
}
|
||||
Referencia en una nueva incidencia
Block a user