- or download this
#include <stdlib.h>
#include <stdio.h>
...
{
printf "Hello world\n"
}
- or download this
#include <stdlib.h>
#include <stdio.h>
...
{
printf "Hello world\n";
}
- or download this
#include <stdlib.h>
#include <stdio.h>
...
{
printf("Hello world\n");
}