Hello! Welcome to the wiki.
#include <stdio.h> int main( int argc, char **argv ) { printf("Hello World\n\r"); return 0; }