Hello, World!
Hello, World is a simple sanity check to make sure things are working correctly.
#include <stdio.h>
int main(){
printf("Hello, World!\n");
return 0;
}
Read other posts
Hello, World is a simple sanity check to make sure things are working correctly.
#include <stdio.h>
int main(){
printf("Hello, World!\n");
return 0;
}