hello world in objective c code example
Example 1: how to make a hello world program in c
#include <stdio.h>
#include <stdlib.h>
int main() {
printf("Hello, World!");
return 0;
}
Example 2: hello world program in c
echo "Hello, World"
#include <stdio.h>
#include <stdlib.h>
int main() {
printf("Hello, World!");
return 0;
}
echo "Hello, World"