no me corre
AUTOR PREGUNTA #1
#include <stdio.h>
int main (void)
{
printf (“hello world\n”);
return 0;
}
-
3 personas más tuvieron esta duda Yo también
#include <stdio.h>
int main (void)
{
printf (“hello world\n”);
return 0;
}